From 7f46a60c050c8a4780f7ec3225a7cb100251880b Mon Sep 17 00:00:00 2001 From: Bernhard Suttner Date: Wed, 17 Dec 2025 09:26:42 +0100 Subject: [PATCH] Add SLES16 --- .github/workflows/build_ezbake.yml | 2 +- .github/workflows/build_vanagon.yml | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_ezbake.yml b/.github/workflows/build_ezbake.yml index 10a2aba..7227ec7 100644 --- a/.github/workflows/build_ezbake.yml +++ b/.github/workflows/build_ezbake.yml @@ -34,7 +34,7 @@ env: AWS_REQUEST_CHECKSUM_CALCULATION: "WHEN_REQUIRED" AWS_RESPONSE_CHECKSUM_VALIDATION: "WHEN_REQUIRED" DEB_PLATFORMS: ${{ inputs.deb_platform_list || 'ubuntu-22.04,ubuntu-24.04,ubuntu-25.04,debian-11,debian-12,debian-13' }} - RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'amazon-2,amazon-2023,el-8,el-9,el-10,fedora-42,fedora-43,sles-15' }} + RPM_PLATFORMS: ${{ inputs.rpm_platform_list || 'amazon-2,amazon-2023,el-8,el-9,el-10,fedora-42,fedora-43,sles-15,sles-16' }} EZBAKE_BRANCH: ${{ inputs.ezbake-ref }} jobs: diff --git a/.github/workflows/build_vanagon.yml b/.github/workflows/build_vanagon.yml index 422fb1f..7d7b2f2 100644 --- a/.github/workflows/build_vanagon.yml +++ b/.github/workflows/build_vanagon.yml @@ -66,6 +66,7 @@ jobs: 'macos-all-arm64' 'macos-all-x86_64' 'sles-15-x86_64' + 'sles-16-x86_64' 'ubuntu-22.04-aarch64' 'ubuntu-22.04-amd64' 'ubuntu-24.04-aarch64' @@ -140,7 +141,7 @@ jobs: brew list --formula | xargs -r brew uninstall --force --ignore-dependencies brew autoremove sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)" -- --force - + echo '*** Removing /opt/homebrew directory ***' sudo rm -rf /opt/homebrew @@ -189,7 +190,7 @@ jobs: # matter for any other part of the build process. # See https://github.com/OpenVoxProject/openvox/blob/5bcee89748ad1069ac31504cbc4853a6d636c2b0/lib/puppet/feature/base.rb#L13-L19 echo "root:*:0:0:::" | Out-File -FilePath C:\cygwin64\etc\passwd -Encoding ASCII - + - name: Bundle install working-directory: ${{ inputs.working_directory }} run: bundle install --retry=3 @@ -201,7 +202,7 @@ jobs: rm -rf output DESCRIBE=$(git describe --abbrev=9) echo "describe=${DESCRIBE//-/.}" >> $GITHUB_OUTPUT - bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}'] + bundle exec rake vox:build['${{ inputs.project_name }}','${{ matrix.platform }}'] - name: Upload build artifacts uses: actions/upload-artifact@v6