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 osx-64 base64 usage and add dependabot config #147

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Conversation

jaimergp
Copy link
Collaborator

@jaimergp jaimergp commented Jun 5, 2024

Comes from #145 (comment)


Nightlies have been failing in osx-64 for weeks due to:

base64: invalid argument --output
Usage:	base64 [-hDd] [-b num] [-i in_file] [-o out_file]
  -h, --help     display this message
  -Dd, --decode   decodes input
  -b, --break    break encoded string into num character lines
  -i, --input    input file (default: "-" for stdin)
  -o, --output   output file (default: "-" for stdout)

I assume something in the conda env is clobbering the system base64 with a different interface.

@jaimergp jaimergp merged commit 95c2830 into main Jun 5, 2024
9 checks passed
@jaimergp jaimergp deleted the fix-osx-64 branch June 5, 2024 11:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant