Skip to content

Commit

Permalink
[CI] Remove "--privileged" from the lint task (#10082)
Browse files Browse the repository at this point in the history
We've switched the task to use "[Linux, build]" runners in #10074 and
this option isn't needed anymore.
  • Loading branch information
aelovikov-intel authored Jun 26, 2023
1 parent 268aaad commit 076ff75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sycl_precommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ jobs:
runs-on: [Linux, build]
container:
image: ghcr.io/intel/llvm/sycl_ubuntu2204_nightly:no-drivers
# actions/checkout fails without "--privileged".
options: -u 1001:1001 --privileged
options: -u 1001:1001
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 076ff75

Please sign in to comment.