File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121 env :
2222 # Override docker run options to be non-interactive for CI (remove -it flag)
2323 DOCKER_RUN_OPTS : " --rm"
24+ # Use OUTSIDE_DOCKER to skip papiex docker build (papiex Makefile has hardcoded -it flags)
25+ OUTSIDE_DOCKER : " YUP"
2426
2527 steps :
2628 - uses : actions/checkout@v4
@@ -35,10 +37,10 @@ jobs:
3537 run : make OS_TARGET=rocky-8 epmt-dash
3638
3739 - name : Build papiex-dist
38- run : make OS_TARGET=rocky-8 DOCKER_RUN_OPTS="${DOCKER_RUN_OPTS}" papiex-dist
40+ run : make OS_TARGET=rocky-8 papiex-dist
3941
4042 - name : Build docker-dist
41- run : make OS_TARGET=rocky-8 DOCKER_RUN_OPTS="${DOCKER_RUN_OPTS}" docker-dist
43+ run : make OS_TARGET=rocky-8 docker-dist
4244
4345 - name : Build epmt-full-release
4446 run : make OS_TARGET=rocky-8 epmt-full-release
4749 run : make OS_TARGET=rocky-8 build-check-release
4850
4951 - name : Run check-release tests
50- run : make OS_TARGET=rocky-8 DOCKER_RUN_OPTS="${DOCKER_RUN_OPTS}" check-release
52+ run : make OS_TARGET=rocky-8 check-release
You can’t perform that action at this time.
0 commit comments