You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks a lot for offering this, I've found it the simplest and best way to get crates installed!
We've recently started seeing some failures in our jobs. We run jobs on both macos-14, which using aarch64 and macos-latest, which uses x86. (So 14 is actually more recent than latest...)
It looks like the cache key is the same for both, even though the binaries aren't compatible:
Thanks for reporting this, the os version wasn't being run on mac because I was checking the os name against MacOS instead of macOS ( 😅 ). I fixed this and also included the os arch explicitly in the cache key.
Thanks a lot for offering this, I've found it the simplest and best way to get crates installed!
We've recently started seeing some failures in our jobs. We run jobs on both
macos-14
, which using aarch64 andmacos-latest
, which uses x86. (So14
is actually more recent thanlatest
...)It looks like the cache key is the same for both, even though the binaries aren't compatible:
key: cargo-install-cargo-insta-1.38.0-a4f6b43f6bcdf44918ef
key: cargo-install-cargo-insta-1.38.0-a4f6b43f6bcdf44918ef
We then get an error
Bad CPU type in executable (os error 86)
, ref PRQL/prql#4362It looks like this should be covered by #20; any ideas why the key seems to be the same?
The text was updated successfully, but these errors were encountered: