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

release: Fix "Verify release" job on macOS GitHub Actions runner #514

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

kou
Copy link
Member

@kou kou commented Aug 6, 2024

fixes #513

  • Install Subversion explicitly
    • Because recent macOS GitHub Actions runner doesn't provide Subversion by default
  • Add support for installing Julia for macOS (Apple Silicon)
    • Because the current macos-latest is macOS (Apple Silicon)

@kou kou force-pushed the release-macos-subversion branch 3 times, most recently from 8047e4d to 11c8b72 Compare August 6, 2024 00:10
@kou kou changed the title release: Install Subversion explicitly release: Fix "Verify release" job on macOS GitHub Actions runner Aug 6, 2024
@kou kou force-pushed the release-macos-subversion branch from 11c8b72 to 628258b Compare August 6, 2024 00:11
@kou
Copy link
Member Author

kou commented Aug 6, 2024

https://github.com/apache/arrow-julia/actions/runs/10257907825/job/28379993107#step:6:54

++ curl --fail --location --show-error --silent https://api.github.com/repos/JuliaLang/julia/releases
++ grep -o '"tag_name": "v.*"'
++ head -n 1
++ sed -e 's/^"tag_name": "v//g' -e 's/"$//g'
...
curl: (22) The requested URL returned error: 403

GitHub API limit is reached. I'll re-run the job later.

fixes apache#513

Because recent macOS GitHub Actions runner doesn't provide Subversion
by default.
@kou kou force-pushed the release-macos-subversion branch from 628258b to 7fdddb3 Compare August 6, 2024 05:51
@quinnj quinnj merged commit 1c826b1 into apache:main Aug 6, 2024
17 of 18 checks passed
@kou kou deleted the release-macos-subversion branch August 6, 2024 23:32
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.

release: "Verify release" job fails on macOS GitHub Actions runner
2 participants