File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -62,25 +62,21 @@ jobs:
6262 # some restrictions/oddities: changes root's $HOME to /github/home
6363 # without changing the actual home dir that can cause some problems,
6464 # and does not provide a way to run with --network none.
65- # fedoradev unconfined: https://bugzilla.redhat.com/1900021
6665 - name : Run main build
6766 run : >-
6867 docker run
6968 --rm
7069 --tty
7170 --env CI=true
72- --env DIST=${{matrix.dist}}
7371 --env BSD=${{matrix.bsd}}
7472 --env PYTESTFLAGS="--verbose -p no:cacheprovider"
7573 --env NETWORK=$NETWORK
7674 ${NETWORK:+--network $NETWORK}
77- $(test $DIST = fedoradev && echo --security-opt seccomp=unconfined)
7875 --volume $PWD:/usr/src/bash-completion
7976 --workdir /usr/src/bash-completion
8077 ghcr.io/scop/bash-completion/test:${{matrix.dist}}
8178 test/docker/entrypoint.sh
8279 env :
83- DIST : ${{matrix.dist}}
8480 NETWORK : ${{matrix.network}}
8581 - uses : actions/upload-artifact@v4
8682 with :
You can’t perform that action at this time.
0 commit comments