dfinity / ic-wasm

A collection of libraries and tools for transforming Wasm canisters running on the Internet Computer
Apache License 2.0
34 stars 5 forks source link

chore: Portable linux64 builds and tests #32

Closed bitdivine closed 1 year ago

bitdivine commented 1 year ago

Motivation

The linux64 builds work only on the exact version of ubuntu that it was compiled on. This is an artefact of the way cargo build assumes, by default, that the execution environment will have the same libc as the build environment.

Changes

Tests

None, yet. I will force a toy release to be made and we can verify that that works as expected.