Skip to content

Commit

Permalink
ci: add pure seccomp to arm testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Riolku committed Jan 4, 2023
1 parent b366e00 commit de66427
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ jobs:
runs-on: [self-hosted, Linux, ARM64]
strategy:
matrix:
python-version: [ '3.11' ]
python-version: [ '3.11', '3.11' ]
sandbox_mode: [ 'ptrace+seccomp', 'ptrace+seccomp+landlock' ]
steps:
- uses: actions/checkout@v3
- name: Download docker image
Expand All @@ -134,6 +135,7 @@ jobs:
export LANG=C.UTF-8
export PYTHONIOENCODING=utf8
export PYTHON="/code/python${{ matrix.python-version }}/bin/python${{ matrix.python-version }}"
export DMOJ_SANDBOX_MODE=${{ matrix.sandbox_mode }}
"$PYTHON" -m pip install --upgrade pip wheel
"$PYTHON" -m pip install cython coverage
Expand Down

0 comments on commit de66427

Please sign in to comment.