Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Github] Explicitly requesting Ubuntu 22.04 for SPIRV test #122395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

adam-yang
Copy link
Contributor

@adam-yang adam-yang commented Jan 10, 2025

For the same reason as #122221, this fixes build failure from missing python3.

@llvmbot
Copy link
Member

llvmbot commented Jan 10, 2025

@llvm/pr-subscribers-github-workflow

Author: Adam Yang (adam-yang)

Changes

For the same reason as #122221, this fixes build failure from missing python3.


Full diff: https://github.com/llvm/llvm-project/pull/122395.diff

1 Files Affected:

  • (modified) .github/workflows/spirv-tests.yml (+1-1)
diff --git a/.github/workflows/spirv-tests.yml b/.github/workflows/spirv-tests.yml
index 75918e73e89737..34c77a398c1504 100644
--- a/.github/workflows/spirv-tests.yml
+++ b/.github/workflows/spirv-tests.yml
@@ -26,4 +26,4 @@ jobs:
       build_target: check-llvm-codegen-spirv
       projects:
       extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
-      os_list: '["ubuntu-latest"]'
+      os_list: '["ubuntu-22.04"]'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants