From c3cb6a77a8ba22719edc4f2c2d28f6dcbeada5ee Mon Sep 17 00:00:00 2001 From: Eric Froemling Date: Mon, 11 Nov 2024 11:29:24 -0800 Subject: [PATCH] fixing cd --- .github/workflows/cd.yml | 71 +++++++++++++++++++++------------------- 1 file changed, 37 insertions(+), 34 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 707c3e8e..363d1a14 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -78,41 +78,44 @@ jobs: name: linux_arm64_server_(debug) path: build/prefab/full/linux_arm64_server - make_mac_x86_64_gui_debug_build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Setup project environment - run: make env - - name: Make the build - run: make prefab-mac-x86-64-gui-debug-build - - name: Upload the build - uses: actions/upload-artifact@v4 - with: - name: mac_x86_64_gui_(debug) - path: build/prefab/full/mac_x86_64_gui + # Limiting mac prefab builds to arm only for now. + # Leaving this here in case we re-enable them though. + + # make_mac_x86_64_gui_debug_build: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - name: Set up Python + # uses: actions/setup-python@v5 + # with: + # python-version: '3.12' + # - name: Setup project environment + # run: make env + # - name: Make the build + # run: make prefab-mac-x86-64-gui-debug-build + # - name: Upload the build + # uses: actions/upload-artifact@v4 + # with: + # name: mac_x86_64_gui_(debug) + # path: build/prefab/full/mac_x86_64_gui - make_mac_x86_64_server_debug_build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Setup project environment - run: make env - - name: Make the build - run: make prefab-mac-x86-64-server-debug-build - - name: Upload the build - uses: actions/upload-artifact@v4 - with: - name: mac_x86_64_server_(debug) - path: build/prefab/full/mac_x86_64_server + # make_mac_x86_64_server_debug_build: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v4 + # - name: Set up Python + # uses: actions/setup-python@v5 + # with: + # python-version: '3.12' + # - name: Setup project environment + # run: make env + # - name: Make the build + # run: make prefab-mac-x86-64-server-debug-build + # - name: Upload the build + # uses: actions/upload-artifact@v4 + # with: + # name: mac_x86_64_server_(debug) + # path: build/prefab/full/mac_x86_64_server make_mac_arm64_gui_debug_build: runs-on: ubuntu-latest