Page MenuHomePhabricator

[ecash-lib] Copy chronik to docker image
ClosedPublic

Authored by bytesofman on May 9 2024, 13:08.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC61d6e0071709: [ecash-lib] Copy chronik to docker image
Summary

Address latest observed CI failure for npm publication of ecash-lib

Test Plan

docker build -f ecash-lib.Dockerfile -t ecash-lib_local .

Diff Detail

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

Event Timeline

bytesofman published this revision for review.May 9 2024, 13:11

You had the same test plan in D16131, how come it didn't work ? Did you run your test plan ?

It is passing locally but so were the previous diffs

On reflection, it's probably that they just happen to pass locally because wasm happens to be already built locally. Will check this out

make sure chronik/ files are in place before calling ./build-wasm

You had the same test plan in D16131, how come it didn't work ? Did you run your test plan ?

I was not able to repeat the failure observed in CI locally, so I could still be missing something.

However, the failure in CI coems from chronik dir not being in place when ./build-wasm is run -- so it makes sense this should be changed

Potentially there is still some difference between the CI I have set up for this build step and the local test plan that I will need to troubleshoot in CI

This revision is now accepted and ready to land.May 14 2024, 07:52
This revision was automatically updated to reflect the committed changes.