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:
62
62
# some restrictions/oddities: changes root's $HOME to /github/home
63
63
# without changing the actual home dir that can cause some problems,
64
64
# and does not provide a way to run with --network none.
65
- # fedoradev unconfined: https://bugzilla.redhat.com/1900021
66
65
- name : Run main build
67
66
run : >-
68
67
docker run
69
68
--rm
70
69
--tty
71
70
--env CI=true
72
- --env DIST=${{matrix.dist}}
73
71
--env BSD=${{matrix.bsd}}
74
72
--env PYTESTFLAGS="--verbose -p no:cacheprovider"
75
73
--env NETWORK=$NETWORK
76
74
${NETWORK:+--network $NETWORK}
77
- $(test $DIST = fedoradev && echo --security-opt seccomp=unconfined)
78
75
--volume $PWD:/usr/src/bash-completion
79
76
--workdir /usr/src/bash-completion
80
77
ghcr.io/scop/bash-completion/test:${{matrix.dist}}
81
78
test/docker/entrypoint.sh
82
79
env :
83
- DIST : ${{matrix.dist}}
84
80
NETWORK : ${{matrix.network}}
85
81
- uses : actions/upload-artifact@v4
86
82
with :
You can’t perform that action at this time.
0 commit comments