oxidize-rb / rb-sys

Easily build Ruby native extensions in Rust
https://oxidize-rb.github.io/rb-sys/
Apache License 2.0
222 stars 34 forks source link

0.9.87 tag doesn't exist in rbsys/x86_64-linux-musl docker #324

Closed IAPark closed 7 months ago

IAPark commented 7 months ago

I'm getting errors like this

Error response from daemon: manifest for rbsys/x86_64-linux-musl:0.9.87 not found: manifest unknown: manifest unknown
Error: ❌ Error running command: $ ["/usr/bin/docker pull rbsys/x86_64-linux-musl:0.9.87 --platform linux/amd64 --quiet > /dev/null"]
Error: Process completed with exit code 1.

I'm not sure if this is properly an issue with this repo or the https://github.com/oxidize-rb/actions repo as it's related to the oxidize-rb/actions/cross-gem@v1 github action

andreaslillebo commented 7 months ago

If I check Docker Hub, the 0.9.87-tag is missing for rbsys/x86_64-linux-musl: https://hub.docker.com/r/rbsys/x86_64-linux-musl/tags

This does not appear to be an issue for other systems, e.g. arm64-darwin.

ianks commented 7 months ago

Weird... it looks like the build completed: https://github.com/oxidize-rb/rb-sys/actions/runs/7595777116/job/20688717806

ianks commented 7 months ago

I was looking at the wrong build (for main instead of the v0.9.87 tag). I just triggered a re-build, hopefully this fixes it.

ianks commented 7 months ago

Ok that worked!