Skip to content

Commit

Permalink
Bump alibuild to v1.17.15 (#1467)
Browse files Browse the repository at this point in the history
* Bump alibuild to v1.17.15
* Bump only on fullCI-slc9 for now
  • Loading branch information
singiamtel authored Feb 4, 2025
1 parent f7840da commit 2e2ca21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/o2-full-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
include:
- el_version: el7
container: centos:7
alibuild_tag: v1.17.13
alibuild_tag: v1.17.15
- el_version: el8
container: almalinux:8
alibuild_tag: v1.17.13
alibuild_tag: v1.17.15
- el_version: el9
container: almalinux:9
alibuild_tag: v1.17.13
alibuild_tag: v1.17.15
- el_version: fedora
container: fedora:40
alibuild_tag: v1.17.13
alibuild_tag: v1.17.15

name: "RPM (${{ matrix.el_version }})"
container: ${{ matrix.container }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
name: DEB (${{ matrix.ubuntu_codename }})
container: ubuntu:${{ matrix.ubuntu_codename }}
env:
ALIBUILD_TAG: v1.17.13
ALIBUILD_TAG: v1.17.15
ALIBUILD_DISTRO: ${{ matrix.ubuntu_codename }}
DEBIAN_FRONTEND: noninteractive
steps:
Expand Down
1 change: 1 addition & 0 deletions ci/repo-config/mesosci/slc9-gpu/DEFAULTS.env
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
INSTALL_ALIBUILD='alisw/[email protected]#egg=alibuild'

0 comments on commit 2e2ca21

Please sign in to comment.