3939 strategy :
4040 fail-fast : false
4141 matrix :
42- os : [windows-latest, macos-latest, ubuntu-latest, ubuntu-22.04 ]
42+ os : [windows-latest, macos-latest]
4343 defaults :
4444 run :
4545 working-directory : ${{github.workspace}}
@@ -178,7 +178,7 @@ jobs:
178178 strategy :
179179 fail-fast : false
180180 matrix :
181- os : [windows-latest, macos-latest, ubuntu-latest, ubuntu-22.04 ]
181+ os : [windows-latest, macos-latest]
182182 name : ${{ format('Test / {0}', matrix.os) }}
183183 steps :
184184 - name : Setup Python
@@ -446,14 +446,14 @@ jobs:
446446 uses : actions/download-artifact@v4
447447 with :
448448 name : build-macos-latest-archive
449- - name : Download Build Artifact (ubuntu-latest)
450- uses : actions/download-artifact@v4
451- with :
452- name : build-ubuntu-latest-archive
453- - name : Download Build Artifact (ubuntu-22.04)
454- uses : actions/download-artifact@v4
455- with :
456- name : build-ubuntu-22.04-archive
449+ # - name: Download Build Artifact (ubuntu-latest)
450+ # uses: actions/download-artifact@v4
451+ # with:
452+ # name: build-ubuntu-latest-archive
453+ # - name: Download Build Artifact (ubuntu-22.04)
454+ # uses: actions/download-artifact@v4
455+ # with:
456+ # name: build-ubuntu-22.04-archive
457457 - name : Checkout Adept Default Configuration
458458 uses : actions/checkout@v3
459459 with :
@@ -494,42 +494,42 @@ jobs:
494494 command : x
495495 cwd : macos-latest
496496 files : build-macos-latest.tar.gz
497- - name : Unpack Ubuntu Build
498- 499- with :
500- command : x
501- cwd : ubuntu-latest
502- files : build-ubuntu-latest.tar.gz
503- - name : Unpack Ubuntu 22.04 Build
504- 505- with :
506- command : x
507- cwd : ubuntu-22.04
508- files : build-ubuntu-22.04.tar.gz
509- - name : Package as Standalone for Ubuntu Latest
510- working-directory : ${{github.workspace}}
511- run : |
512- mkdir -p adept-${{env.shortVersion}}-standalone
513- cp ubuntu-latest/build/adept adept-${{env.shortVersion}}-standalone/adept
514- mv AdeptConfig/adept.config adept-${{env.shortVersion}}-standalone/adept.config
515- mv AdeptImport adept-${{env.shortVersion}}-standalone/import
516- find adept-${{env.shortVersion}}-standalone -type d -name ".git" -exec rm -rf {} +
517- zip -r Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu.zip adept-${{env.shortVersion}}-standalone -x "*/.git/*"
518- - name : Package as Standalone for Ubuntu 22.04
519- working-directory : ${{github.workspace}}
520- run : |
521- cp ubuntu-22.04/build/adept adept-${{env.shortVersion}}-standalone/adept
522- find adept-${{env.shortVersion}}-standalone -type d -name ".git" -exec rm -rf {} +
523- zip -r Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu-22.04.zip adept-${{env.shortVersion}}-standalone -x "*/.git/*"
497+ # - name: Unpack Ubuntu Build
498+ 499+ # with:
500+ # command: x
501+ # cwd: ubuntu-latest
502+ # files: build-ubuntu-latest.tar.gz
503+ # - name: Unpack Ubuntu 22.04 Build
504+ 505+ # with:
506+ # command: x
507+ # cwd: ubuntu-22.04
508+ # files: build-ubuntu-22.04.tar.gz
509+ # - name: Package as Standalone for Ubuntu Latest
510+ # working-directory: ${{github.workspace}}
511+ # run: |
512+ # mkdir -p adept-${{env.shortVersion}}-standalone
513+ # cp ubuntu-latest/build/adept adept-${{env.shortVersion}}-standalone/adept
514+ # mv AdeptConfig/adept.config adept-${{env.shortVersion}}-standalone/adept.config
515+ # mv AdeptImport adept-${{env.shortVersion}}-standalone/import
516+ # find adept-${{env.shortVersion}}-standalone -type d -name ".git" -exec rm -rf {} +
517+ # zip -r Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu.zip adept-${{env.shortVersion}}-standalone -x "*/.git/*"
518+ # - name: Package as Standalone for Ubuntu 22.04
519+ # working-directory: ${{github.workspace}}
520+ # run: |
521+ # cp ubuntu-22.04/build/adept adept-${{env.shortVersion}}-standalone/adept
522+ # find adept-${{env.shortVersion}}-standalone -type d -name ".git" -exec rm -rf {} +
523+ # zip -r Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu-22.04.zip adept-${{env.shortVersion}}-standalone -x "*/.git/*"
524524 - name : Stage
525525 run : |
526526 mkdir stage
527527 mv Adept-${{env.shortVersion}}-installer.pkg stage/MacOS-arm64-Installer-Adept-${{env.shortVersion}}.pkg
528528 mv Adept-${{env.shortVersion}}-installer.exe stage/Windows-x86_64-Installer-Adept-${{env.shortVersion}}.exe
529529 mv Adept-${{env.shortVersion}}-standalone-x86_64-Windows.zip stage/Windows-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
530530 mv Adept-${{env.shortVersion}}-standalone-arm64-MacOS.zip stage/MacOS-arm64-Standalone-Adept-${{env.shortVersion}}.zip
531- mv Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu.zip stage/Ubuntu-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
532- mv Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu-22.04.zip stage/Ubuntu-22.04-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
531+ # mv Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu.zip stage/Ubuntu-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
532+ # mv Adept-${{env.shortVersion}}-standalone-x86_64-Ubuntu-22.04.zip stage/Ubuntu-22.04-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
533533 - name : Get current date
534534 id : date
535535 run : echo "::set-output name=date::$(date '+%B %d %Y at %l:%M %p %Z')"
@@ -546,5 +546,5 @@ jobs:
546546 stage/MacOS-arm64-Standalone-Adept-${{env.shortVersion}}.zip
547547 stage/Windows-x86_64-Installer-Adept-${{env.shortVersion}}.exe
548548 stage/Windows-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
549- stage/Ubuntu-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
550- stage/Ubuntu-22.04-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
549+ # stage/Ubuntu-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
550+ # stage/Ubuntu-22.04-x86_64-Standalone-Adept-${{env.shortVersion}}.zip
0 commit comments