Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_ezbake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/build_vanagon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down