We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca2228 commit 39ce2acCopy full SHA for 39ce2ac
.github/workflows/alpine.yaml
@@ -95,7 +95,7 @@ jobs:
95
96
- name: Checkout
97
uses: actions/checkout@v4
98
- with: { ref: master }
+ #with: { ref: master }
99
- name: Run Make (and Check)
100
if: matrix.target != 's390x'
101
run: |
@@ -105,7 +105,7 @@ jobs:
105
${{matrix.compiler.gxx}} -pipe -w -pthread -std=c++17 -shared -fPIC -Wno-psabi -O3 \
106
-fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE \
107
prelude.cc
108
- make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
+ #make -j4 run GCC='${{matrix.compiler.gcc}}' GXX='${{matrix.compiler.gxx}}' MARCH=
109
END
110
- name: Upload Results
111
0 commit comments