Page MenuHomePhabricator

[ecash_lib_wasm] Exclude from the workspace
ClosedPublic

Authored by Fabien on Apr 11 2024, 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
Branch
fix_ecashlib_wasm
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 28479
Build 56499: Build Diff
Build 56498: arc lint + arc unit

Event Timeline

Fabien requested review of this revision.Apr 11 2024, 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.Apr 11 2024, 10:09
This revision was automatically updated to reflect the committed changes.