|
51 | 51 | script/testga.sh linux x86_64 || exit 1 |
52 | 52 | cp jlibrary/bin/* j64 || true |
53 | 53 | rm -f j64/profile.ijs |
54 | | - strip -S j64/jconsole || true |
55 | | - strip -S j64/jamalgam || true |
56 | | - strip -S j64/*so || true |
57 | 54 | ls -l j64 |
58 | 55 | zip -r l64.zip j64 |
59 | 56 |
|
@@ -142,9 +139,6 @@ jobs: |
142 | 139 | script/testga.sh linux i386 || exit 1 |
143 | 140 | cp jlibrary/bin32/* j32 || true |
144 | 141 | rm -f j32/profile.ijs |
145 | | - strip -S j32/jconsole || true |
146 | | - strip -S j32/jamalgam || true |
147 | | - strip -S j32/*so || true |
148 | 142 | ls -l j32 |
149 | 143 | zip -r l32.zip j32 |
150 | 144 |
|
@@ -265,9 +259,6 @@ jobs: |
265 | 259 | rm -rf jlibrary/bin/ios |
266 | 260 | cp jlibrary/bin/* j64 || true |
267 | 261 | rm -f j64/profile.ijs |
268 | | - strip -S j64/jconsole || true |
269 | | - strip -S j64/jamalgam || true |
270 | | - strip -S j64/*dylib || true |
271 | 262 | ls -l j64 |
272 | 263 | zip -r m64.zip j64 |
273 | 264 |
|
@@ -318,9 +309,6 @@ jobs: |
318 | 309 | rm -rf jlibrary/bin/ios |
319 | 310 | cp jlibrary/bin/* j64 || true |
320 | 311 | rm -f j64/profile.ijs |
321 | | - strip -S j64/jconsole || true |
322 | | - strip -S j64/jamalgam || true |
323 | | - strip -S j64/*dylib || true |
324 | 312 | ls -l j64 |
325 | 313 | zip -r m64arm.zip j64 |
326 | 314 |
|
@@ -370,9 +358,6 @@ jobs: |
370 | 358 | script/testga.sh raspberry arm64 |
371 | 359 | cp jlibrary/bin/* j64 || true |
372 | 360 | rm -f j64/profile.ijs |
373 | | - strip -S j64/jconsole || true |
374 | | - strip -S j64/jamalgam || true |
375 | | - strip -S j64/*so || true |
376 | 361 | ls -l j64 |
377 | 362 | zip -r rpi64.zip j64 |
378 | 363 |
|
@@ -412,22 +397,19 @@ jobs: |
412 | 397 | USE_OPENMP: 0 |
413 | 398 | USE_PYXES: 0 |
414 | 399 | USE_EMU_AVX: 0 |
415 | | - _DEBUG: 3 |
| 400 | + _DEBUG: 0 |
416 | 401 | run: | |
417 | 402 | script/buildga.sh raspberry armv6l || exit 1 |
418 | 403 |
|
419 | 404 | - name: Test JE (Linux arm32) |
420 | 405 | env: |
421 | 406 | USE_OPENMP: 0 |
422 | 407 | USE_PYXES: 0 |
423 | | - _DEBUG: 3 |
| 408 | + _DEBUG: 0 |
424 | 409 | run: | |
425 | 410 | script/testga.sh raspberry armv6l |
426 | 411 | cp jlibrary/bin32/* j32 || true |
427 | 412 | rm -f j32/profile.ijs |
428 | | - strip -S j32/jconsole || true |
429 | | - strip -S j32/jamalgam || true |
430 | | - strip -S j32/*so || true |
431 | 413 | ls -l j32 |
432 | 414 | zip -r rpi32.zip j32 |
433 | 415 |
|
@@ -475,9 +457,6 @@ jobs: |
475 | 457 | script/testga.sh raspberry arm64 |
476 | 458 | cp jlibrary/bin/* j64 || true |
477 | 459 | rm -f j64/profile.ijs |
478 | | - strip -S j64/jconsole || true |
479 | | - strip -S j64/jamalgam || true |
480 | | - strip -S j64/*so || true |
481 | 460 | zip -r rpi64.zip j64 |
482 | 461 | zip rpi64.zip /usr/bin/zip |
483 | 462 | zip rpi64.zip /usr/bin/unzip |
@@ -540,9 +519,6 @@ jobs: |
540 | 519 | find j32 -type f -exec chmod a+rw {} \; |
541 | 520 | cp jlibrary/bin32/* j32 || true |
542 | 521 | rm -f j32/profile.ijs |
543 | | - strip -S j32/jconsole || true |
544 | | - strip -S j32/jamalgam || true |
545 | | - strip -S j32/*so || true |
546 | 522 | zip -r rpi32.zip j32 |
547 | 523 | rm -rf j32 |
548 | 524 | mkdir j32 |
@@ -610,9 +586,6 @@ jobs: |
610 | 586 | script/testga.sh openbsd x86_64 |
611 | 587 | cp jlibrary/bin/* j64 || true |
612 | 588 | rm -f j64/profile.ijs |
613 | | - strip -S j64/jconsole || true |
614 | | - strip -S j64/jamalgam || true |
615 | | - strip -S j64/*so || true |
616 | 589 | ls -l j64 |
617 | 590 | zip -r obsd64.zip j64 |
618 | 591 | touch jobdone |
@@ -675,9 +648,6 @@ jobs: |
675 | 648 | script/testga.sh openbsd x86_64 |
676 | 649 | cp jlibrary/bin/* j64 || true |
677 | 650 | rm -f j64/profile.ijs |
678 | | - strip -S j64/jconsole || true |
679 | | - strip -S j64/jamalgam || true |
680 | | - strip -S j64/*so || true |
681 | 651 | ls -l j64 |
682 | 652 | zip -r obsd64.zip j64 |
683 | 653 | touch jobdone |
@@ -740,9 +710,6 @@ jobs: |
740 | 710 | script/buildga.sh openbsd arm64 || exit 1 |
741 | 711 | cp jlibrary/bin/* j64 || true |
742 | 712 | rm -f j64/profile.ijs |
743 | | - strip -S j64/jconsole || true |
744 | | - strip -S j64/jamalgam || true |
745 | | - strip -S j64/*so || true |
746 | 713 | ls -l j64 |
747 | 714 | zip -r obsdarm64.zip j64 |
748 | 715 | touch jobdone |
@@ -809,9 +776,6 @@ jobs: |
809 | 776 | script/testga.sh freebsd x86_64 |
810 | 777 | cp jlibrary/bin/* j64 || true |
811 | 778 | rm -f j64/profile.ijs |
812 | | - strip -S j64/jconsole || true |
813 | | - strip -S j64/jamalgam || true |
814 | | - strip -S j64/*so || true |
815 | 779 | ls -l j64 |
816 | 780 | zip -r fbsd64.zip j64 |
817 | 781 | touch jobdone |
@@ -878,9 +842,6 @@ jobs: |
878 | 842 | script/testga.sh freebsd x86_64 |
879 | 843 | cp jlibrary/bin/* j64 || true |
880 | 844 | rm -f j64/profile.ijs |
881 | | - strip -S j64/jconsole || true |
882 | | - strip -S j64/jamalgam || true |
883 | | - strip -S j64/*so || true |
884 | 845 | ls -l j64 |
885 | 846 | zip -r fbsd64.zip j64 |
886 | 847 | touch jobdone |
@@ -949,9 +910,6 @@ jobs: |
949 | 910 | script/testga.sh freebsd arm64 |
950 | 911 | cp jlibrary/bin/* j64 || true |
951 | 912 | rm -f j64/profile.ijs |
952 | | - strip -S j64/jconsole || true |
953 | | - strip -S j64/jamalgam || true |
954 | | - strip -S j64/*so || true |
955 | 913 | ls -l j64 |
956 | 914 | zip -r fbsdarm64.zip j64 |
957 | 915 | touch jobdone |
|
0 commit comments