-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
wasm-pack: update stale lockfile #68836
Conversation
That test outcome does not look right at all. Probably should be reported upstream. |
Yeah, I got the same test failure locally. Let's see if |
Interesting, this is a known issue upstream: rustwasm/wasm-pack#907 However, we only get that error on 11-arm CI. They are not on Apple Silicon, I'm assuming, as the issue was opened in August. |
I also have the same issue when I build from |
d23ce8d
to
db5199a
Compare
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?cc @carlocab [CI-force-arm]