Skip to content

Commit

Permalink
disable opengl
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Dec 19, 2022
1 parent 3ecb01b commit b44b05d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,10 +272,7 @@ jobs:
name: Build and Test (AMDGPU)
needs: check_files
timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 120 }}

runs-on: [self-hosted, amdgpu]


steps:
- uses: actions/checkout@v3
with:
Expand All @@ -301,9 +298,10 @@ jobs:
PY: py38
PROJECT_NAME: taichi
TAICHI_CMAKE_ARGS: >-
-DTI_WITH_CUDA:BOOL=OFF
-DTI_WITH_VULKAN:BOOL=OFF
-DTI_WITH_OPENGL:BOOL=OFF
-DTI_BUILD_TESTS:BOOL=ON
-DTI_WITH_CUDA:BOOL=OFF
- name: Test
id: test
Expand Down

0 comments on commit b44b05d

Please sign in to comment.