Skip to content

Commit 234aa6d

Browse files
committed
Random backup
1 parent b764c26 commit 234aa6d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/alpine.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
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
@@ -85,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)