Skip to content

Commit 8e48dad

Browse files
committed
workflow and touch version.txt
1 parent 63094b8 commit 8e48dad

2 files changed

Lines changed: 3 additions & 45 deletions

File tree

.github/workflows/jsource.yml

Lines changed: 2 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ jobs:
5151
script/testga.sh linux x86_64 || exit 1
5252
cp jlibrary/bin/* j64 || true
5353
rm -f j64/profile.ijs
54-
strip -S j64/jconsole || true
55-
strip -S j64/jamalgam || true
56-
strip -S j64/*so || true
5754
ls -l j64
5855
zip -r l64.zip j64
5956
@@ -142,9 +139,6 @@ jobs:
142139
script/testga.sh linux i386 || exit 1
143140
cp jlibrary/bin32/* j32 || true
144141
rm -f j32/profile.ijs
145-
strip -S j32/jconsole || true
146-
strip -S j32/jamalgam || true
147-
strip -S j32/*so || true
148142
ls -l j32
149143
zip -r l32.zip j32
150144
@@ -265,9 +259,6 @@ jobs:
265259
rm -rf jlibrary/bin/ios
266260
cp jlibrary/bin/* j64 || true
267261
rm -f j64/profile.ijs
268-
strip -S j64/jconsole || true
269-
strip -S j64/jamalgam || true
270-
strip -S j64/*dylib || true
271262
ls -l j64
272263
zip -r m64.zip j64
273264
@@ -318,9 +309,6 @@ jobs:
318309
rm -rf jlibrary/bin/ios
319310
cp jlibrary/bin/* j64 || true
320311
rm -f j64/profile.ijs
321-
strip -S j64/jconsole || true
322-
strip -S j64/jamalgam || true
323-
strip -S j64/*dylib || true
324312
ls -l j64
325313
zip -r m64arm.zip j64
326314
@@ -370,9 +358,6 @@ jobs:
370358
script/testga.sh raspberry arm64
371359
cp jlibrary/bin/* j64 || true
372360
rm -f j64/profile.ijs
373-
strip -S j64/jconsole || true
374-
strip -S j64/jamalgam || true
375-
strip -S j64/*so || true
376361
ls -l j64
377362
zip -r rpi64.zip j64
378363
@@ -412,22 +397,19 @@ jobs:
412397
USE_OPENMP: 0
413398
USE_PYXES: 0
414399
USE_EMU_AVX: 0
415-
_DEBUG: 3
400+
_DEBUG: 0
416401
run: |
417402
script/buildga.sh raspberry armv6l || exit 1
418403
419404
- name: Test JE (Linux arm32)
420405
env:
421406
USE_OPENMP: 0
422407
USE_PYXES: 0
423-
_DEBUG: 3
408+
_DEBUG: 0
424409
run: |
425410
script/testga.sh raspberry armv6l
426411
cp jlibrary/bin32/* j32 || true
427412
rm -f j32/profile.ijs
428-
strip -S j32/jconsole || true
429-
strip -S j32/jamalgam || true
430-
strip -S j32/*so || true
431413
ls -l j32
432414
zip -r rpi32.zip j32
433415
@@ -475,9 +457,6 @@ jobs:
475457
script/testga.sh raspberry arm64
476458
cp jlibrary/bin/* j64 || true
477459
rm -f j64/profile.ijs
478-
strip -S j64/jconsole || true
479-
strip -S j64/jamalgam || true
480-
strip -S j64/*so || true
481460
zip -r rpi64.zip j64
482461
zip rpi64.zip /usr/bin/zip
483462
zip rpi64.zip /usr/bin/unzip
@@ -540,9 +519,6 @@ jobs:
540519
find j32 -type f -exec chmod a+rw {} \;
541520
cp jlibrary/bin32/* j32 || true
542521
rm -f j32/profile.ijs
543-
strip -S j32/jconsole || true
544-
strip -S j32/jamalgam || true
545-
strip -S j32/*so || true
546522
zip -r rpi32.zip j32
547523
rm -rf j32
548524
mkdir j32
@@ -610,9 +586,6 @@ jobs:
610586
script/testga.sh openbsd x86_64
611587
cp jlibrary/bin/* j64 || true
612588
rm -f j64/profile.ijs
613-
strip -S j64/jconsole || true
614-
strip -S j64/jamalgam || true
615-
strip -S j64/*so || true
616589
ls -l j64
617590
zip -r obsd64.zip j64
618591
touch jobdone
@@ -675,9 +648,6 @@ jobs:
675648
script/testga.sh openbsd x86_64
676649
cp jlibrary/bin/* j64 || true
677650
rm -f j64/profile.ijs
678-
strip -S j64/jconsole || true
679-
strip -S j64/jamalgam || true
680-
strip -S j64/*so || true
681651
ls -l j64
682652
zip -r obsd64.zip j64
683653
touch jobdone
@@ -740,9 +710,6 @@ jobs:
740710
script/buildga.sh openbsd arm64 || exit 1
741711
cp jlibrary/bin/* j64 || true
742712
rm -f j64/profile.ijs
743-
strip -S j64/jconsole || true
744-
strip -S j64/jamalgam || true
745-
strip -S j64/*so || true
746713
ls -l j64
747714
zip -r obsdarm64.zip j64
748715
touch jobdone
@@ -809,9 +776,6 @@ jobs:
809776
script/testga.sh freebsd x86_64
810777
cp jlibrary/bin/* j64 || true
811778
rm -f j64/profile.ijs
812-
strip -S j64/jconsole || true
813-
strip -S j64/jamalgam || true
814-
strip -S j64/*so || true
815779
ls -l j64
816780
zip -r fbsd64.zip j64
817781
touch jobdone
@@ -878,9 +842,6 @@ jobs:
878842
script/testga.sh freebsd x86_64
879843
cp jlibrary/bin/* j64 || true
880844
rm -f j64/profile.ijs
881-
strip -S j64/jconsole || true
882-
strip -S j64/jamalgam || true
883-
strip -S j64/*so || true
884845
ls -l j64
885846
zip -r fbsd64.zip j64
886847
touch jobdone
@@ -949,9 +910,6 @@ jobs:
949910
script/testga.sh freebsd arm64
950911
cp jlibrary/bin/* j64 || true
951912
rm -f j64/profile.ijs
952-
strip -S j64/jconsole || true
953-
strip -S j64/jamalgam || true
954-
strip -S j64/*so || true
955913
ls -l j64
956914
zip -r fbsdarm64.zip j64
957915
touch jobdone

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// set version info for github build
22
// a new distribution is made when the version is updated
3-
#define jversion "9.7.1"
3+
#define jversion "9.7.1"

0 commit comments

Comments
 (0)