Page MenuHomePhabricator

[ecash_lib_wasm] Exclude from the workspace
ClosedPublic

Authored by Fabien on Thu, Apr 11, 08:41.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC813ad2a9a82d: [ecash_lib_wasm] Exclude from the workspace
Summary

This doesn't cross build, exclude it from the workspace so it's not part
of the Cargo.lock and not part of the default cargo build.

Test Plan
./contrib/teamcity/build-configurations.py ecash-lib-tests

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Thu, Apr 11, 08:41

Tail of the build log:

Test does not depend on mock-chronik-client, skipping mock-chronik-client dependencies...
Test depends on ecash-lib-wasm. Building WebAssembly...
/work/modules/ecash-lib-wasm /work/abc-ci-builds/ecash-lib-tests
./build-wasm.sh: line 5: cargo: command not found
Failed opening './target/wasm32-unknown-unknown/release-wasm/ecash_lib_wasm.wasm'
./build-wasm.sh: line 19: wasm-bindgen: command not found
Build ecash-lib-tests failed with exit code 127
The build failed due to an unexpected infrastructure outage. The administrators have been notified to investigate. Sorry for the inconvenience.

Tail of the build log:

Test does not depend on mock-chronik-client, skipping mock-chronik-client dependencies...
Test depends on ecash-lib-wasm. Building WebAssembly...
/work/modules/ecash-lib-wasm /work/abc-ci-builds/ecash-lib-tests
./build-wasm.sh: line 5: cargo: command not found
Failed opening './target/wasm32-unknown-unknown/release-wasm/ecash_lib_wasm.wasm'
./build-wasm.sh: line 19: wasm-bindgen: command not found
Build ecash-lib-tests failed with exit code 127
This revision is now accepted and ready to land.Thu, Apr 11, 10:09
This revision was automatically updated to reflect the committed changes.