Skip to content

Commit b606dfa

Browse files
committed
Random backup
1 parent fa9267a commit b606dfa

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

.github/workflows/build.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
exec 2>&1
150150
set -x
151151
make -j4 GCC='${{matrix.variant.gcc}}' GXX='${{matrix.variant.gxx}}' \
152-
${{matrix.variant.i686sse2 && 'MARCH=-m32\ -msse2\ -mfpmath=sse' || ''}} \
153-
run${{!matrix.variant.i686sse2 && '-valgrind' || ''}}
152+
${{matrix.variant.i686sse2 && 'MARCH=-m32\ -msse2\ -mfpmath=sse'}} \
153+
run${{!matrix.variant.i686sse2 && '-valgrind'}}
154154
- name: Upload Results
155155
uses: actions/upload-artifact@v4
156156
with:
@@ -248,8 +248,10 @@ jobs:
248248
exec 2>&1
249249
set -x
250250
make -j4 GCC='${{matrix.variant.gcc}}' GXX='${{matrix.variant.gxx}}' \
251-
MARCH='${{matrix.variant.i686sse2 && '-m32 -msse2 -mfpmath=sse' || ''}}' \
252-
run${{!matrix.variant.i686sse2 && '-valgrind' || ''}}
251+
${{matrix.variant.i686sse2 && 'MARCH=-m32\ -msse2\ -mfpmath=sse'}} \
252+
run${{!matrix.variant.i686sse2 && '-valgrind'}}
253+
#MARCH='${{matrix.variant.i686sse2 && '-m32 -msse2 -mfpmath=sse' || ''}}' \
254+
#run${{!matrix.variant.i686sse2 && '-valgrind' || ''}}
253255
- name: Upload Results
254256
uses: actions/upload-artifact@v4
255257
with:
@@ -357,8 +359,10 @@ jobs:
357359
exec 2>&1
358360
set -x
359361
make -j4 GCC='${{matrix.variant.gcc}}' GXX='${{matrix.variant.gxx}}' \
360-
MARCH='${{matrix.variant.i686sse2 && '-m32 -msse2 -mfpmath=sse' || ''}}' \
361-
run${{!matrix.variant.i686sse2 && '-valgrind' || ''}}
362+
${{matrix.variant.i686sse2 && 'MARCH=-m32\ -msse2\ -mfpmath=sse'}} \
363+
run${{!matrix.variant.i686sse2 && '-valgrind'}}
364+
#MARCH='${{matrix.variant.i686sse2 && '-m32 -msse2 -mfpmath=sse' || ''}}' \
365+
#run${{!matrix.variant.i686sse2 && '-valgrind' || ''}}
362366
- name: Upload Results
363367
uses: actions/upload-artifact@v4
364368
with:

0 commit comments

Comments
 (0)