[CI] Remove Clang 19 build
This commit is contained in:
8
.github/workflows/Linux_build.yml
vendored
8
.github/workflows/Linux_build.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
name: Lint
|
name: Lint
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
outputs:
|
outputs:
|
||||||
LLVM_VERSION: ${{ steps.setup.outputs.LLVM_VERSION }}
|
#LLVM_VERSION: ${{ steps.setup.outputs.LLVM_VERSION }}
|
||||||
UBUNTU_BASE: ${{ steps.setup.outputs.UBUNTU_BASE }}
|
UBUNTU_BASE: ${{ steps.setup.outputs.UBUNTU_BASE }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
LLVM_VERSION: 19 # Same as Windows
|
LLVM_VERSION: 19 # Same as Windows
|
||||||
run: |
|
run: |
|
||||||
UBUNTU_BASE=$(lsb_release -cs)
|
UBUNTU_BASE=$(lsb_release -cs)
|
||||||
echo "LLVM_VERSION=$LLVM_VERSION" >> "$GITHUB_OUTPUT"
|
#echo "LLVM_VERSION=$LLVM_VERSION" >> "$GITHUB_OUTPUT"
|
||||||
echo "UBUNTU_BASE=$UBUNTU_BASE" >> "$GITHUB_OUTPUT"
|
echo "UBUNTU_BASE=$UBUNTU_BASE" >> "$GITHUB_OUTPUT"
|
||||||
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
|
wget -qO- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo tee /etc/apt/trusted.gpg.d/apt.llvm.org.asc
|
||||||
sudo apt-add-repository "deb http://apt.llvm.org/${UBUNTU_BASE}/ llvm-toolchain-${UBUNTU_BASE}-$LLVM_VERSION main"
|
sudo apt-add-repository "deb http://apt.llvm.org/${UBUNTU_BASE}/ llvm-toolchain-${UBUNTU_BASE}-$LLVM_VERSION main"
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
LLVM_VERSION: ['${{ needs.lint.outputs.LLVM_VERSION }}', 20]
|
LLVM_VERSION: [20] # '${{ needs.lint.outputs.LLVM_VERSION }}'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@main
|
- uses: actions/checkout@main
|
||||||
with:
|
with:
|
||||||
@@ -103,7 +103,7 @@ jobs:
|
|||||||
if: steps.prepare_artifacts.outcome == 'success'
|
if: steps.prepare_artifacts.outcome == 'success'
|
||||||
uses: actions/upload-artifact@main
|
uses: actions/upload-artifact@main
|
||||||
with:
|
with:
|
||||||
name: xenia_canary_linux_clang${{ matrix.LLVM_VERSION }}
|
name: xenia_canary_linux
|
||||||
path: artifacts
|
path: artifacts
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user