From ce4da9ab4a8abec49e87069164fbc76619403344 Mon Sep 17 00:00:00 2001 From: Proton Date: Wed, 18 Dec 2024 18:15:10 +0800 Subject: [PATCH] remove-old-mac-release --- .github/workflows/release.yml | 90 +++++++++++++++++------------------ 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 289ced346c049..a81e89147e771 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,51 +120,51 @@ jobs: env: PY: ${{ matrix.python }} - build_and_test_mac: - name: Build and Upload (macOS only) - needs: matrix_prep - strategy: - fail-fast: false - matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix_osx) }} - runs-on: [self-hosted, macos-11] - env: - PY: ${{ matrix.python }} - CXX: clang++ - TAICHI_CMAKE_ARGS: >- - -DTI_WITH_VULKAN:BOOL=ON - -DTI_WITH_OPENGL:BOOL=OFF - -DTI_BUILD_TESTS:BOOL=ON - steps: - - uses: actions/checkout@v3 - with: - submodules: 'recursive' - fetch-depth: '0' - - - name: Prepare Environment - run: | - . .github/workflows/scripts/common-utils.sh - prepare-build-cache - - - name: Create Python Wheel - run: | - # Use the molten-vk v1.1.10 downloaded from taichi assets - brew uninstall molten-vk -f - .github/workflows/scripts/build.py $NIGHTLY - env: - PROJECT_NAME: ${{ matrix.name }} - - - name: Archive Wheel Artifacts - uses: actions/upload-artifact@v3 - with: - name: dist - path: dist/*.whl - retention-days: 20 - - - name: Test - run: .github/workflows/scripts/unix_test.sh - env: - TI_WANTED_ARCHS: 'cpu' - TI_SKIP_CPP_TESTS: Disabled because Vulkan is supported but not working on buildbot4 + # build_and_test_mac: + # name: Build and Upload (macOS only) + # needs: matrix_prep + # strategy: + # fail-fast: false + # matrix: ${{ fromJson(needs.matrix_prep.outputs.matrix_osx) }} + # runs-on: [self-hosted, macos-11] + # env: + # PY: ${{ matrix.python }} + # CXX: clang++ + # TAICHI_CMAKE_ARGS: >- + # -DTI_WITH_VULKAN:BOOL=ON + # -DTI_WITH_OPENGL:BOOL=OFF + # -DTI_BUILD_TESTS:BOOL=ON + # steps: + # - uses: actions/checkout@v3 + # with: + # submodules: 'recursive' + # fetch-depth: '0' + + # - name: Prepare Environment + # run: | + # . .github/workflows/scripts/common-utils.sh + # prepare-build-cache + + # - name: Create Python Wheel + # run: | + # # Use the molten-vk v1.1.10 downloaded from taichi assets + # brew uninstall molten-vk -f + # .github/workflows/scripts/build.py $NIGHTLY + # env: + # PROJECT_NAME: ${{ matrix.name }} + + # - name: Archive Wheel Artifacts + # uses: actions/upload-artifact@v3 + # with: + # name: dist + # path: dist/*.whl + # retention-days: 20 + + # - name: Test + # run: .github/workflows/scripts/unix_test.sh + # env: + # TI_WANTED_ARCHS: 'cpu' + # TI_SKIP_CPP_TESTS: Disabled because Vulkan is supported but not working on buildbot4 build_and_test_m1: name: Build and Upload (Apple M1)