Skip to content

Commit

Permalink
Remove hotfix for linux arm runnners
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Feb 7, 2025
1 parent 248cd19 commit 8bc8969
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
name: "Build and publish ${{ inputs.package-name }} - ${{ inputs.platform }} (py${{ inputs.python }} ) conda packages on ${{ inputs.runner }}"
runs-on: ${{ inputs.runner }}
steps:
# hotfix for linux arm64 runners that have a permission bug
# https://github.com/orgs/community/discussions/148648#discussioncomment-11858098
- name: Fix PATH and XDG_CONFIG_HOME for ARM64 Linux runners (actions/partner-runner-images#25)
if: contains(inputs.runner, 'ubuntu') && contains(inputs.runner, 'arm')
run: for var in PATH XDG_CONFIG_HOME; do sed -Ee "s/^/${var}=/" -e 's/(runner)admin/\1/g' <<< "${!var}"; done | tee -a "$GITHUB_ENV"

- uses: actions/checkout@v4
with:
submodules: recursive
Expand Down

0 comments on commit 8bc8969

Please sign in to comment.