Update to v1.30.0#472
Open
rwmcguir wants to merge 13 commits into
Open
Conversation
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
* Fix: Windows Github image changed and depracted Studio 17 changing to Ninja as generator to avoid version issues Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
- Remove SLES 15.2 and 15.3 from CI + Add SLES 15.6 to CI Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
There was a problem hiding this comment.
Pull request overview
Updates the Level Zero loader project to v1.30.0 and adjusts CI/build configurations (notably on Windows) to keep builds working with current GitHub-hosted runner images and updated distro coverage.
Changes:
- Bump project/product versions to 1.30.0 (including PRODUCT_GUID).
- Update Windows CI builds to use Ninja + MSVC dev environment setup; adjust test driver paths for generator-agnostic output locations.
- Refresh CI Linux matrix by dropping older SLES versions and adding SLES 15.6.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
test/CMakeLists.txt |
Updates many CTest env paths for Windows to be generator-agnostic. |
PRODUCT_GUID.txt |
Updates version and GUID for the 1.30.0 release. |
os_release_info.cmake |
Raises cmake_minimum_required() policy baseline used by this module. |
CMakeLists.txt |
Bumps project version to 1.30.0; adjusts install destinations for header installs. |
CHANGELOG.md |
Adds v1.30.0 changelog section and normalizes an older entry’s capitalization. |
.github/workflows/build-quick.yml |
Switches Windows quick build to Ninja and updates test invocation accordingly. |
.github/workflows/build-quick-static.yml |
Switches Windows static/dynamic quick builds to Ninja and updates test invocation accordingly. |
.github/workflows/build-quick-static-n-1.yml |
Switches Windows n-1 workflow to Ninja and adds a temporary junction workaround for master’s legacy test paths. |
.github/workflows/build-multi.yml |
Updates matrix (SLES), switches Windows generator to Ninja, and adds container registry/login + visibility steps. |
.github/workflows/build-multi-static.yml |
Updates matrix (SLES) and switches Windows generator to Ninja. |
.github/workflows/build-msi-package.yml |
Switches MSI packaging build to Ninja on Windows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Additionally FIX CI