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

CI tests fail in a clean copy of the repository #140

Open
smoelius opened this issue Dec 1, 2024 · 0 comments
Open

CI tests fail in a clean copy of the repository #140

smoelius opened this issue Dec 1, 2024 · 0 comments

Comments

@smoelius
Copy link

smoelius commented Dec 1, 2024

I did this:

I expected to see passing tests, but instead I saw this:

@sqds/multisig:generate:    Compiling wasm-bindgen-macro v0.2.97
@sqds/multisig:generate: error[E0554]: `#![feature]` may not be used on the stable release channel
@sqds/multisig:generate:  --> /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wasm-bindgen-macro-0.2.97/src/lib.rs:4:5
@sqds/multisig:generate:   |
@sqds/multisig:generate: 4 |     feature(allow_internal_unstable),
@sqds/multisig:generate:   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

It appears that Solita is trying to install Anchor 0.29 without --locked. Also, the failure appears to be related to rustwasm/wasm-bindgen#4304.

Is this a known problem and does it have an easy fix?

smoelius added a commit to trailofbits/necessist that referenced this issue Dec 1, 2024
smoelius added a commit to trailofbits/necessist that referenced this issue Dec 1, 2024
github-merge-queue bot pushed a commit to trailofbits/necessist that referenced this issue Dec 1, 2024
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

No branches or pull requests

1 participant