Skip to content

Commit

Permalink
Start the build container as privileged
Browse files Browse the repository at this point in the history
Required for EL9, matches what we do in the build/test
  • Loading branch information
brianhlin committed Sep 21, 2023
1 parent 9d22c36 commit e7bcc78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload_rpms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Start ${{ matrix.platform }} image
run: |
docker run --detach --env "container=docker" \
docker run --privileged --detach --env "container=docker" \
--name $GITHUB_SHA \
--volume `pwd`:/htcondor-ce:rw \
${{ matrix.platform }} \
Expand Down

0 comments on commit e7bcc78

Please sign in to comment.