Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from spacemeshos/disable_vulkan_tmp
Browse files Browse the repository at this point in the history
Disable vulkan temporarily
  • Loading branch information
pigmej authored Apr 6, 2023
2 parents 1b44f27 + 0c462b8 commit 719367a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install Vulkan
run: .github/tools/linux-install-vulkan.sh

- run: cmake -B build
- run: cmake -B build -DSPACEMESHVULKAN=OFF
- run: cmake --build build

- name: Copy library
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
echo "PATH=${VULKAN_SDK}/bin:$PATH" >> $GITHUB_ENV
echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:${VULKAN_SDK}/lib" >> $GITHUB_ENV
- run: cmake -DSPACEMESHCUDA=OFF -B build
- run: cmake -DSPACEMESHCUDA=OFF -DSPACEMESHVULKAN=OFF -B build
- run: cmake --build build

- name: Copy library
Expand Down Expand Up @@ -316,7 +316,7 @@ jobs:
- name: Vulkan Info
run: vulkaninfo

- run: arch -arm64 cmake -DSPACEMESHCUDA=OFF -B build
- run: arch -arm64 cmake -DSPACEMESHCUDA=OFF -DSPACEMESHVULKAN=OFF -B build
- run: arch -arm64 cmake --build build

- name: Copy library
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
with:
submodules: true

- run: cmake -DSPACEMESH_ARCH_ARM64=ON -B build
- run: cmake -DSPACEMESH_ARCH_ARM64=ON -DSPACEMESHVULKAN=OFF -B build
- run: cmake --build build

- name: Copy library
Expand Down

0 comments on commit 719367a

Please sign in to comment.