Skip to content

Commit 5ff1346

Browse files
committed
ip
1 parent 3b2bac8 commit 5ff1346

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/emuavx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
# for selected jobs, disable all and disable the selected needs
1919

2020
all:
21-
#if: false
22-
if: true
21+
if: false
22+
#if: true
2323
runs-on: ubuntu-latest
2424
steps:
2525
- run: echo "Runall jobs"

.github/workflows/jsource.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ jobs:
12961296
WINDRES: windres
12971297
USE_SLEEF: 1
12981298
USE_OPENMP: 0
1299-
USE_PYXES: 0
1299+
USE_PYXES: 1
13001300
USE_EMU_AVX: 1
13011301
_DEBUG: 0
13021302
run: |
@@ -1305,7 +1305,7 @@ jobs:
13051305
- name: Test JE (Windows MSYS2 x64)
13061306
shell: msys2 {0}
13071307
env:
1308-
USE_PYXES: 0
1308+
USE_PYXES: 1
13091309
USE_EMU_AVX: 1
13101310
_DEBUG: 0
13111311
run: |

pthreads4w/bin/pthreadVC3.dll

100755100644
-82 KB
Binary file not shown.

pthreads4w/lib/pthreadVC3.lib

100755100644
-13.2 KB
Binary file not shown.

0 commit comments

Comments
 (0)