Skip to content

Commit

Permalink
unshare fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 3, 2024
1 parent 04224e3 commit 684df0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install --errors --batch-mode -DskipTests -DskipITs
- run: sudo unshare --net --ipc -r /bin/bash -c 'mvn clean install --errors --batch-mode'
- run: sudo unshare --net --map-root-user /bin/bash -c 'mvn clean install --errors --batch-mode'

0 comments on commit 684df0f

Please sign in to comment.