Removed parallel as caused issues in build

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-11-20 13:39:37 +00:00
parent 06e5c159f5
commit b23e925636
No known key found for this signature in database
GPG key ID: 99EBB7E98B99695F

View file

@ -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"
@ -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"
@ -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"
@ -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"