22
22
23
23
env :
24
24
# Eclipse version to use in this CI
25
- VERSION : " 2024-12 "
25
+ VERSION : " 2025-03 "
26
26
# emoflon-headless source URL (needed by macOS-based runner workaround)
27
27
EMOFLON_HEADLESS_SRC : " https://api.github.com/repos/eMoflon/emoflon-headless/releases/latest"
28
28
# import plugin URL
@@ -263,7 +263,7 @@ jobs:
263
263
run : echo "Started CI build (Eclipse eMoflon macOS user)."
264
264
- name : Install dependencies
265
265
run : |
266
- brew install p7zip coreutils grep wget curl gsed
266
+ brew install p7zip coreutils grep wget curl
267
267
- name : Check out repository code
268
268
uses : actions/checkout@v4
269
269
- name : Download splash image
@@ -283,9 +283,7 @@ jobs:
283
283
with :
284
284
name : com.seeq.eclipse.importprojects.jar
285
285
- name : Run build script
286
- run : |
287
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
288
- chmod +x build.sh && ./build.sh -m user -o macos
286
+ run : chmod +x build.sh && ./build.sh -m user -o macos
289
287
- name : Fix permissions
290
288
run : sudo xattr -cr ./eclipse/Eclipse.app
291
289
- name : Upload artifact
@@ -303,7 +301,7 @@ jobs:
303
301
run : echo "Started CI build (Eclipse eMoflon macOS dev)."
304
302
- name : Install dependencies
305
303
run : |
306
- brew install p7zip coreutils grep wget curl gsed
304
+ brew install p7zip coreutils grep wget curl
307
305
- name : Check out repository code
308
306
uses : actions/checkout@v4
309
307
- name : Download splash image
@@ -323,9 +321,7 @@ jobs:
323
321
with :
324
322
name : com.seeq.eclipse.importprojects.jar
325
323
- name : Run build script
326
- run : |
327
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
328
- chmod +x build.sh && ./build.sh -m dev -o macos
324
+ run : chmod +x build.sh && ./build.sh -m dev -o macos
329
325
- name : Fix permissions
330
326
run : sudo xattr -cr ./eclipse/Eclipse.app
331
327
- name : Upload artifact
@@ -343,7 +339,7 @@ jobs:
343
339
run : echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
344
340
- name : Install dependencies
345
341
run : |
346
- brew install p7zip coreutils grep wget curl gsed
342
+ brew install p7zip coreutils grep wget curl
347
343
- name : Check out repository code
348
344
uses : actions/checkout@v4
349
345
- name : Download splash image
@@ -363,9 +359,7 @@ jobs:
363
359
with :
364
360
name : com.seeq.eclipse.importprojects.jar
365
361
- name : Run build script
366
- run : |
367
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
368
- chmod +x build.sh && ./build.sh -m hipedev -o macos
362
+ run : chmod +x build.sh && ./build.sh -m hipedev -o macos
369
363
- name : Fix permissions
370
364
run : sudo xattr -cr ./eclipse/Eclipse.app
371
365
- name : Upload artifact
@@ -383,7 +377,7 @@ jobs:
383
377
run : echo "Started CI build (Eclipse eMoflon macOS user)."
384
378
- name : Install dependencies
385
379
run : |
386
- brew install p7zip coreutils grep wget curl gsed
380
+ brew install p7zip coreutils grep wget curl
387
381
- name : Check out repository code
388
382
uses : actions/checkout@v4
389
383
- name : Download splash image
@@ -403,9 +397,7 @@ jobs:
403
397
with :
404
398
name : com.seeq.eclipse.importprojects.jar
405
399
- name : Run build script
406
- run : |
407
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
408
- chmod +x build.sh && ./build.sh -m user -o macosarm
400
+ run : chmod +x build.sh && ./build.sh -m user -o macosarm
409
401
- name : Fix permissions
410
402
run : sudo xattr -cr ./eclipse/Eclipse.app
411
403
- name : Upload artifact
@@ -423,7 +415,7 @@ jobs:
423
415
run : echo "Started CI build (Eclipse eMoflon macOS dev)."
424
416
- name : Install dependencies
425
417
run : |
426
- brew install p7zip coreutils grep wget curl gsed
418
+ brew install p7zip coreutils grep wget curl
427
419
- name : Check out repository code
428
420
uses : actions/checkout@v4
429
421
- name : Download splash image
@@ -443,9 +435,7 @@ jobs:
443
435
with :
444
436
name : com.seeq.eclipse.importprojects.jar
445
437
- name : Run build script
446
- run : |
447
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
448
- chmod +x build.sh && ./build.sh -m dev -o macosarm
438
+ run : chmod +x build.sh && ./build.sh -m dev -o macosarm
449
439
- name : Fix permissions
450
440
run : sudo xattr -cr ./eclipse/Eclipse.app
451
441
- name : Upload artifact
@@ -463,7 +453,7 @@ jobs:
463
453
run : echo "Started CI build (Eclipse eMoflon macOS dev HiPE)."
464
454
- name : Install dependencies
465
455
run : |
466
- brew install p7zip coreutils grep wget curl gsed
456
+ brew install p7zip coreutils grep wget curl
467
457
- name : Check out repository code
468
458
uses : actions/checkout@v4
469
459
- name : Download splash image
@@ -483,9 +473,7 @@ jobs:
483
473
with :
484
474
name : com.seeq.eclipse.importprojects.jar
485
475
- name : Run build script
486
- run : |
487
- export PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
488
- chmod +x build.sh && ./build.sh -m hipedev -o macosarm
476
+ run : chmod +x build.sh && ./build.sh -m hipedev -o macosarm
489
477
- name : Fix permissions
490
478
run : sudo xattr -cr ./eclipse/Eclipse.app
491
479
- name : Upload artifact
0 commit comments