File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 6565 if : (matrix.target.qemu)
6666 run : |
6767 exec 2>&1
68+ set -x
6869 sudo apt-get -o=Dpkg::Use-Pty=0 install qemu-user-static
6970
7071 - name : Chroot Setup
8586 set -x
8687 adduser -D -u1001 -s/bin/ash runner
8788 END
88- (set -x; sudo mount -R . /srv/alpine/home/runner)
89+ (set -x; sudo mkdir /srv/alpine/home/runner/manool; sudo mount -R . /srv/alpine/home/runner/manool )
8990
9091 sudo chroot /srv/alpine /bin/su - <<'END'
9192 set -x
@@ -121,5 +122,5 @@ jobs:
121122 # -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
122123 # -include prelude.cc main.cc -S -o-
123124 #./a.out
124- make -j4 run GCC=${{matrix.compiler.gcc}} GXX=${{matrix.compiler.gxx}}
125+ make -C manool - j4 run GCC=${{matrix.compiler.gcc}} GXX=${{matrix.compiler.gxx}}
125126 END
You can’t perform that action at this time.
0 commit comments