@@ -357,11 +357,14 @@ jobs:
357
357
uses : actions/download-artifact@v4
358
358
with :
359
359
name : Engine Distribution (GraalVM CE) (native,test) (linux, amd64)
360
+ - run : |-
361
+ ls -l built-distribution.tar
362
+ sha256sum built-distribution.tar
363
+ shell: bash
360
364
- name : Unpack Engine Distribution
361
- run : |
362
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
365
+ run : |-
366
+ tar -xvf built-distribution.tar -C .
363
367
rm built-distribution.tar
364
- shell : bash
365
368
- run : ./run libraries lint
366
369
env :
367
370
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -419,11 +422,14 @@ jobs:
419
422
uses : actions/download-artifact@v4
420
423
with :
421
424
name : Engine Distribution (GraalVM CE) (native,test) (linux, amd64)
425
+ - run : |-
426
+ ls -l built-distribution.tar
427
+ sha256sum built-distribution.tar
428
+ shell: bash
422
429
- name : Unpack Engine Distribution
423
- run : |
424
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
430
+ run : |-
431
+ tar -xvf built-distribution.tar -C .
425
432
rm built-distribution.tar
426
- shell : bash
427
433
- run : ./run backend test jvm
428
434
env :
429
435
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -493,11 +499,14 @@ jobs:
493
499
uses : actions/download-artifact@v4
494
500
with :
495
501
name : Engine Distribution (GraalVM CE) (native,test) (macos, aarch64)
502
+ - run : |-
503
+ ls -l built-distribution.tar
504
+ sha256sum built-distribution.tar
505
+ shell: bash
496
506
- name : Unpack Engine Distribution
497
- run : |
498
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
507
+ run : |-
508
+ tar -xvf built-distribution.tar -C .
499
509
rm built-distribution.tar
500
- shell : bash
501
510
- run : ./run backend test jvm
502
511
env :
503
512
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -565,11 +574,14 @@ jobs:
565
574
uses : actions/download-artifact@v4
566
575
with :
567
576
name : Engine Distribution (GraalVM CE) (native,test) (macos, amd64)
577
+ - run : |-
578
+ ls -l built-distribution.tar
579
+ sha256sum built-distribution.tar
580
+ shell: bash
568
581
- name : Unpack Engine Distribution
569
- run : |
570
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
582
+ run : |-
583
+ tar -xvf built-distribution.tar -C .
571
584
rm built-distribution.tar
572
- shell : bash
573
585
- run : ./run backend test jvm
574
586
env :
575
587
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -638,11 +650,14 @@ jobs:
638
650
uses : actions/download-artifact@v4
639
651
with :
640
652
name : Engine Distribution (GraalVM CE) (native,test) (windows, amd64)
653
+ - run : |-
654
+ ls -l built-distribution.tar
655
+ sha256sum built-distribution.tar
656
+ shell: bash
641
657
- name : Unpack Engine Distribution
642
- run : |
643
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
658
+ run : |-
659
+ tar -xvf built-distribution.tar -C .
644
660
rm built-distribution.tar
645
- shell : bash
646
661
- run : ./run backend test jvm
647
662
env :
648
663
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -711,11 +726,14 @@ jobs:
711
726
uses : actions/download-artifact@v4
712
727
with :
713
728
name : Engine Distribution (Oracle GraalVM) (native,test) (linux, amd64)
729
+ - run : |-
730
+ ls -l built-distribution.tar
731
+ sha256sum built-distribution.tar
732
+ shell: bash
714
733
- name : Unpack Engine Distribution
715
- run : |
716
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
734
+ run : |-
735
+ tar -xvf built-distribution.tar -C .
717
736
rm built-distribution.tar
718
- shell : bash
719
737
- run : ./run backend test jvm
720
738
env :
721
739
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -784,11 +802,14 @@ jobs:
784
802
uses : actions/download-artifact@v4
785
803
with :
786
804
name : Engine Distribution (GraalVM CE) (native,test) (linux, amd64)
805
+ - run : |-
806
+ ls -l built-distribution.tar
807
+ sha256sum built-distribution.tar
808
+ shell: bash
787
809
- name : Unpack Engine Distribution
788
- run : |
789
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
810
+ run : |-
811
+ tar -xvf built-distribution.tar -C .
790
812
rm built-distribution.tar
791
- shell : bash
792
813
- run : ./run backend stdlib-api-check
793
814
env :
794
815
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
@@ -844,11 +865,14 @@ jobs:
844
865
uses : actions/download-artifact@v4
845
866
with :
846
867
name : Engine Distribution (GraalVM CE) (native,test) (linux, amd64)
868
+ - run : |-
869
+ ls -l built-distribution.tar
870
+ sha256sum built-distribution.tar
871
+ shell: bash
847
872
- name : Unpack Engine Distribution
848
- run : |
849
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
873
+ run : |-
874
+ tar -xvf built-distribution.tar -C .
850
875
rm built-distribution.tar
851
- shell : bash
852
876
- run : ./run backend test standard-library
853
877
env :
854
878
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -921,11 +945,14 @@ jobs:
921
945
uses : actions/download-artifact@v4
922
946
with :
923
947
name : Engine Distribution (GraalVM CE) (native,test) (macos, aarch64)
948
+ - run : |-
949
+ ls -l built-distribution.tar
950
+ sha256sum built-distribution.tar
951
+ shell: bash
924
952
- name : Unpack Engine Distribution
925
- run : |
926
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
953
+ run : |-
954
+ tar -xvf built-distribution.tar -C .
927
955
rm built-distribution.tar
928
- shell : bash
929
956
- run : ./run backend test standard-library
930
957
env :
931
958
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -996,11 +1023,14 @@ jobs:
996
1023
uses : actions/download-artifact@v4
997
1024
with :
998
1025
name : Engine Distribution (GraalVM CE) (native,test) (macos, amd64)
1026
+ - run : |-
1027
+ ls -l built-distribution.tar
1028
+ sha256sum built-distribution.tar
1029
+ shell: bash
999
1030
- name : Unpack Engine Distribution
1000
- run : |
1001
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1031
+ run : |-
1032
+ tar -xvf built-distribution.tar -C .
1002
1033
rm built-distribution.tar
1003
- shell : bash
1004
1034
- run : ./run backend test standard-library
1005
1035
env :
1006
1036
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1072,11 +1102,14 @@ jobs:
1072
1102
uses : actions/download-artifact@v4
1073
1103
with :
1074
1104
name : Engine Distribution (GraalVM CE) (native,test) (windows, amd64)
1105
+ - run : |-
1106
+ ls -l built-distribution.tar
1107
+ sha256sum built-distribution.tar
1108
+ shell: bash
1075
1109
- name : Unpack Engine Distribution
1076
- run : |
1077
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1110
+ run : |-
1111
+ tar -xvf built-distribution.tar -C .
1078
1112
rm built-distribution.tar
1079
- shell : bash
1080
1113
- run : ./run backend test standard-library
1081
1114
env :
1082
1115
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1148,11 +1181,14 @@ jobs:
1148
1181
uses : actions/download-artifact@v4
1149
1182
with :
1150
1183
name : Engine Distribution (GraalVM CE) (native,test) (linux, amd64)
1184
+ - run : |-
1185
+ ls -l built-distribution.tar
1186
+ sha256sum built-distribution.tar
1187
+ shell: bash
1151
1188
- name : Unpack Engine Distribution
1152
- run : |
1153
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1189
+ run : |-
1190
+ tar -xvf built-distribution.tar -C .
1154
1191
rm built-distribution.tar
1155
- shell : bash
1156
1192
- run : ./run backend test standard-library-in-native
1157
1193
env :
1158
1194
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1225,11 +1261,14 @@ jobs:
1225
1261
uses : actions/download-artifact@v4
1226
1262
with :
1227
1263
name : Engine Distribution (GraalVM CE) (native,test) (macos, aarch64)
1264
+ - run : |-
1265
+ ls -l built-distribution.tar
1266
+ sha256sum built-distribution.tar
1267
+ shell: bash
1228
1268
- name : Unpack Engine Distribution
1229
- run : |
1230
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1269
+ run : |-
1270
+ tar -xvf built-distribution.tar -C .
1231
1271
rm built-distribution.tar
1232
- shell : bash
1233
1272
- run : ./run backend test standard-library-in-native
1234
1273
env :
1235
1274
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1300,11 +1339,14 @@ jobs:
1300
1339
uses : actions/download-artifact@v4
1301
1340
with :
1302
1341
name : Engine Distribution (GraalVM CE) (native,test) (macos, amd64)
1342
+ - run : |-
1343
+ ls -l built-distribution.tar
1344
+ sha256sum built-distribution.tar
1345
+ shell: bash
1303
1346
- name : Unpack Engine Distribution
1304
- run : |
1305
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1347
+ run : |-
1348
+ tar -xvf built-distribution.tar -C .
1306
1349
rm built-distribution.tar
1307
- shell : bash
1308
1350
- run : ./run backend test standard-library-in-native
1309
1351
env :
1310
1352
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1376,11 +1418,14 @@ jobs:
1376
1418
uses : actions/download-artifact@v4
1377
1419
with :
1378
1420
name : Engine Distribution (GraalVM CE) (native,test) (windows, amd64)
1421
+ - run : |-
1422
+ ls -l built-distribution.tar
1423
+ sha256sum built-distribution.tar
1424
+ shell: bash
1379
1425
- name : Unpack Engine Distribution
1380
- run : |
1381
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1426
+ run : |-
1427
+ tar -xvf built-distribution.tar -C .
1382
1428
rm built-distribution.tar
1383
- shell : bash
1384
1429
- run : ./run backend test standard-library-in-native
1385
1430
env :
1386
1431
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1452,11 +1497,14 @@ jobs:
1452
1497
uses : actions/download-artifact@v4
1453
1498
with :
1454
1499
name : Engine Distribution (Oracle GraalVM) (native,test) (linux, amd64)
1500
+ - run : |-
1501
+ ls -l built-distribution.tar
1502
+ sha256sum built-distribution.tar
1503
+ shell: bash
1455
1504
- name : Unpack Engine Distribution
1456
- run : |
1457
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1505
+ run : |-
1506
+ tar -xvf built-distribution.tar -C .
1458
1507
rm built-distribution.tar
1459
- shell : bash
1460
1508
- run : ./run backend test standard-library
1461
1509
env :
1462
1510
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
@@ -1528,11 +1576,14 @@ jobs:
1528
1576
uses : actions/download-artifact@v4
1529
1577
with :
1530
1578
name : Engine Distribution (Oracle GraalVM) (native,test) (linux, amd64)
1579
+ - run : |-
1580
+ ls -l built-distribution.tar
1581
+ sha256sum built-distribution.tar
1582
+ shell: bash
1531
1583
- name : Unpack Engine Distribution
1532
- run : |
1533
- tar -xvf built-distribution.tar || tar -xvf built-distribution.tar;
1584
+ run : |-
1585
+ tar -xvf built-distribution.tar -C .
1534
1586
rm built-distribution.tar
1535
- shell : bash
1536
1587
- run : ./run backend test standard-library-in-native
1537
1588
env :
1538
1589
ENSO_LIB_S3_AWS_ACCESS_KEY_ID : ${{ secrets.ENSO_LIB_S3_AWS_ACCESS_KEY_ID }}
0 commit comments