-
Notifications
You must be signed in to change notification settings - Fork 2
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
./.ci/ubuntu/gha-setup.sh does not work on mac #12
Comments
What version of
UPDATE - your Can you run |
➜ rabbitmq-amqp-dotnet-client git:(main) ✗ bash --version
GNU bash, version 3.2.57(1)-release (arm64-apple-darwin23)
Copyright (C) 2007 Free Software Foundation, Inc. Reading around, it seems that Apple doesn't update the bash version due to license problem I'd want to avoid forcing future users to update the shell. is it possible to make it compatible with 3.x? |
Ugh the current version of Here are our options:
|
Will update 😀 |
➜ rabbitmq-amqp-dotnet-client git:(main) ✗ bash --version
GNU bash, versione 5.2.26(1)-release (aarch64-apple-darwin23.2.0)
Copyright (C) 2022 Free Software Foundation, Inc.
Licenza GPLv3+: GNU GPL versione 3 o successiva <http://gnu.org/licenses/gpl.html> and.. ....+ readonly docker_network_name=rabbitmq-amqp-dotnet-client-network
+ docker_network_name=rabbitmq-amqp-dotnet-client-network
+ [[ ! -v GITHUB_ACTIONS ]]
+ GITHUB_ACTIONS=false
+ [[ -d '' ]]
++ readlink --canonicalize-existing /Users/gsantomaggio/git/rabbitmq-pro/rabbitmq-amqp-dotnet-client/.ci/ubuntu/../..
readlink: illegal option -- -
usage: readlink [-fn] [file ...]
+ GITHUB_WORKSPACE=
➜ rabbitmq-amqp-dotnet-client git:(main) ✗ Looking why! |
lol you are finding all of the issues with OS X today! I'm assuming you don't have |
With It would be better if we could remove/change |
Describe the bug
The command
./.ci/ubuntu/gha-setup.sh
does not work on mac.
Reproduction steps
Expected behavior
execute the docker image
Additional context
@lukebakken atm, I can't have a look at it! If you have time, can you please check it?
The text was updated successfully, but these errors were encountered: