Skip to content

Commit

Permalink
test container privileged run
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Jul 30, 2024
1 parent 2f26218 commit 6be147f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
run:
runs-on: "ubuntu-22.04" # _SLANG_DEV_CONTAINER_BASE_IMAGE_ (keep in sync)

container:
image: "./.devcontainer/Dockerfile"
options: "--privileged"

# Only run on the main repo (not forks):
if: "${{ github.repository == 'NomicFoundation/slang' }}"

Expand Down

0 comments on commit 6be147f

Please sign in to comment.