Skip to content

Commit

Permalink
Removed parallel as caused issues in build
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
  • Loading branch information
axsaucedo committed Nov 20, 2022
1 parent 06e5c15 commit b23e925
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cpp_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
Expand All @@ -53,7 +52,6 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=OFF -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
Expand All @@ -78,7 +76,6 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
Expand All @@ -103,7 +100,6 @@ jobs:
run-test: false
ctest-options: -V
configure-options: -DKOMPUTE_OPT_BUILD_TESTS=ON -DKOMPUTE_OPT_DISABLE_VK_DEBUG_LAYERS=ON -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=ON
build-options: --parallel
- name: Run tests
env:
VK_ICD_FILENAMES: "/swiftshader/vk_swiftshader_icd.json"
Expand Down

0 comments on commit b23e925

Please sign in to comment.