Skip to content

Commit

Permalink
github: Remove AL2 GitHub workflow build
Browse files Browse the repository at this point in the history
A recent GitHub change is incompatible with the old glibc version used
by AL2 in workflows. We have AL2 test coverage through Jenkins anyway,
so remove the GitHub workflows build.

Signed-off-by: Eric Raut <[email protected]>
  • Loading branch information
rauteric committed Nov 27, 2024
1 parent bcb2e96 commit f4e1a8d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
- neuron
container:
- public.ecr.aws/amazonlinux/amazonlinux:2023
- public.ecr.aws/amazonlinux/amazonlinux:2
efainstaller:
- latest
- 1.25.0
Expand All @@ -69,13 +68,6 @@ jobs:
configmanager: dnf config-manager
cudapackages: cuda-cudart-devel-12-6 cuda-crt-12-6

- container: public.ecr.aws/amazonlinux/amazonlinux:2
displayname: al2
efainstallerdir: ALINUX2
nvidiadistro: rhel7
configmanager: yum-config-manager
cudapackages: cuda-cudart-devel-12-4 cuda-crt-12-4

runs-on: ubuntu-latest
container: ${{ matrix.container }}
name: ${{ matrix.displayname }}/${{ matrix.sdk }}/efa@${{ matrix.efainstaller }}/build+test
Expand Down

0 comments on commit f4e1a8d

Please sign in to comment.