File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1252,15 +1252,15 @@ jobs:
12521252 - name : Build JE (Windows arm64)
12531253 shell : cmd
12541254 env :
1255- USE_PYXES : 0
1255+ USE_PYXES : 1
12561256 USE_EMU_AVX : 1
12571257 run : |
12581258 script\buildga.cmd arm64
12591259
12601260 - name : Test JE (Windows arm64)
12611261 shell : cmd
12621262 env :
1263- USE_PYXES : 0
1263+ USE_PYXES : 1
12641264 USE_EMU_AVX : 1
12651265 run : |
12661266 script\testga.cmd arm64
@@ -1331,14 +1331,14 @@ jobs:
13311331 run : |
13321332 script/buildga.sh windows x86_64 || exit 1
13331333
1334- # - name: Test JE (Windows MSYS2 x64)
1335- # shell: msys2 {0}
1336- # env:
1337- # USE_PYXES: 1
1338- # USE_EMU_AVX: 1
1339- # _DEBUG: 0
1340- # run: |
1341- # script/testga.sh windows x86_64 || exit 1
1334+ - name : Test JE (Windows MSYS2 x64)
1335+ shell : msys2 {0}
1336+ env :
1337+ USE_PYXES : 1
1338+ USE_EMU_AVX : 1
1339+ _DEBUG : 0
1340+ run : |
1341+ script/testga.sh windows x86_64 || exit 1
13421342
13431343 - name : Compress Files (Windows MSYS2 x64)
13441344 shell : pwsh
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ GOTO L01C
3535mkdir j32
3636mkdir bin\windows\j32
3737copy bin\profile.ijs j32
38- copy pthreads4w\bin\pthreadVC3-w32.dll j32\pthreadVC3-w32 .dll
38+ copy pthreads4w\bin\pthreadVC3-w32.dll j32\pthreadVC3.dll
3939copy mpir\windows\x86\mpir.dll j32\mpir32.dll
4040copy openmp\obj\windows\libomp32.dll j32\libomp32.dll
4141copy pcre2\windows\x86\jpcre2.dll tools\regex\jpcre2_32.dll
@@ -45,7 +45,7 @@ GOTO L01C
4545mkdir j64
4646mkdir bin\windows\j64arm
4747copy bin\profile.ijs j64
48- copy pthreads4w\bin\pthreadVC3-arm64.dll j64\pthreadVC3-arm64 .dll
48+ copy pthreads4w\bin\pthreadVC3-arm64.dll j64\pthreadVC3.dll
4949copy mpir\windows\arm64\mpir.dll j64
5050copy openmp\obj\windows\libomp.dll j64
5151copy pcre2\windows\arm64\jpcre2.dll tools\regex\jpcre2_arm64.dll
You can’t perform that action at this time.
0 commit comments