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

Rustup missing on macOS-14-ARM runners #3257

Open
SpikeHD opened this issue Apr 25, 2024 · 0 comments
Open

Rustup missing on macOS-14-ARM runners #3257

SpikeHD opened this issue Apr 25, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@SpikeHD
Copy link

SpikeHD commented Apr 25, 2024

Describe the bug
The rustup utility, described as available in macOS 14 runners (and which is available in previous runners) here, is not present.

To Reproduce
Steps to reproduce the behavior:

  1. Create job with runs-on: macos-14-arm or runs-on: macos-latest
  2. Have the job use a rustup command (such as rustup target add x86_64-apple-darwin)
  3. Job will fail with rustup: command not found

Expected behavior
rustup is available and works as expected.

Runner Version and Platform

Version of your runner?
20240422.3

OS of the machine running the runner?
macOS 14

What's not working?

Failing job (macOS-14-ARM) Succeeding job (macOS-13)
image image

Job Log Output

> Run rustup target add x86_64-apple-darwin
  rustup target add x86_64-apple-darwin
  shell: /bin/bash -e {0}
/Users/runner/work/_temp/31cbddd0-8ace-4fa0-ac09-9cd3620e06a9.sh: line 1: rustup: command not found
Error: Process completed with exit code 127.
@SpikeHD SpikeHD added the bug Something isn't working label Apr 25, 2024
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

No branches or pull requests

1 participant