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(github): update wasm-tools path #1136

Merged
merged 2 commits into from Feb 21, 2024
Merged

Conversation

Integralist
Copy link
Collaborator

Looks like the latest release of wasm-tools https://github.com/bytecodealliance/wasm-tools/releases/tag/v1.200.0 changed its release assets path.

@Integralist Integralist added the bug Something isn't working label Feb 20, 2024
@@ -15,8 +15,6 @@ RUN rustup toolchain install ${RUST_TOOLCHAIN} \
&& useradd -ms /bin/bash fastly

USER fastly
# this forces the download of the crates index; it will save build time if the image was recently built
RUN cargo search --limit 0
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change is unrelated to the PR itself but was needed as crates.io now returns a 500 Internal Server Error for this call (I'm able to replicate locally). I've pinged our Rust experts internally about whether something changed on the Crates end of things, but as it's a performance operation and doesn't directly affect functionality I decided the best thing to do is to just remove the line.

@Integralist Integralist merged commit 4c3b84c into main Feb 21, 2024
6 checks passed
@Integralist Integralist deleted the integralist/fix-wasm-tools branch February 21, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants