Skip to content

Update to v1.30.0#472

Open
rwmcguir wants to merge 13 commits into
oneapi-src:masterfrom
rwmcguir:russ-v1.30.0
Open

Update to v1.30.0#472
rwmcguir wants to merge 13 commits into
oneapi-src:masterfrom
rwmcguir:russ-v1.30.0

Conversation

@rwmcguir

@rwmcguir rwmcguir commented Jun 8, 2026

Copy link
Copy Markdown
Contributor

Additionally FIX CI

  • No longer use deprecated VS Studio 2017, removed from github CI images
  • Use Ninja instead to configure msbuild
  • Remove SLES 15.2 and SLES 15.3 builds
  • Add SLES 15.6 builds
  • Fix CTESTS Pathing to both the new binary output tree for local builds with Ninja vs VS Studio and to handle the intermediate problem of the N-1 build also using potentially older path.

rwmcguir added 8 commits June 8, 2026 13:59
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>
@rwmcguir rwmcguir self-assigned this Jun 9, 2026
rwmcguir added 3 commits June 8, 2026 21:12
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>

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread test/CMakeLists.txt
Comment thread test/CMakeLists.txt
Comment thread test/CMakeLists.txt
Comment thread CHANGELOG.md
Comment thread .github/workflows/build-multi.yml Outdated
Comment thread .github/workflows/build-multi.yml
rwmcguir and others added 2 commits June 9, 2026 11:57
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Russell McGuire <russell.w.mcguire@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants