Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: Docker build #3333

Merged
merged 2 commits into from
Sep 19, 2023
Merged

Fix: Docker build #3333

merged 2 commits into from
Sep 19, 2023

Conversation

lmuntaner
Copy link
Contributor

@lmuntaner lmuntaner commented Sep 19, 2023

Motivation

docker-build script isn't working.

The problem seems to be when installing ic-wasm with cargo-binstall.

There was a new release of cargo-binstall and this one started breaking the build script.

In this PR, I install the previous version of cargo-binstall manually instead of relying in the installer script.

Changes

  • In Dockerfile, install a specific version of cargo-binstall manually.

Tests

Tested in the gix machine.

Todos

  • Add entry to changelog (if necessary).

@lmuntaner
Copy link
Contributor Author

@bitdivine @dskloetd please review

@lmuntaner
Copy link
Contributor Author

Build succeeded in the reproducibility job https://github.com/dfinity/nns-dapp/actions/runs/6231915319

@lmuntaner lmuntaner added this pull request to the merge queue Sep 19, 2023
Merged via the queue into main with commit e99420e Sep 19, 2023
@lmuntaner lmuntaner deleted the fix_LM_docker-buil branch September 19, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants