Skip to content

Commit

Permalink
Standarize all repositories to alibuild 1.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Sep 18, 2024
1 parent bf1aa11 commit 7f6ebc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.10
alibuild_tag: v1.17.11
- el_version: el8
container: almalinux:8
alibuild_tag: v1.17.10
alibuild_tag: v1.17.11
- el_version: el9
container: almalinux:9
alibuild_tag: v1.17.7
alibuild_tag: v1.17.11
- el_version: fedora
container: fedora:40
alibuild_tag: v1.17.7
alibuild_tag: v1.17.11

name: RPM (${{ matrix.el_version }})
container: ${{ matrix.container }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
name: DEB (${{ matrix.ubuntu_codename }})
container: ubuntu:${{ matrix.ubuntu_codename }}
env:
ALIBUILD_TAG: v1.17.7
ALIBUILD_TAG: v1.17.11
ALIBUILD_DISTRO: ${{ matrix.ubuntu_codename }}
DEBIAN_FRONTEND: noninteractive

Expand Down
2 changes: 1 addition & 1 deletion ci/repo-config/DEFAULTS.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ MAX_DIFF_SIZE=20000000
TIMEOUT=120
LONG_TIMEOUT=36000
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
INSTALL_ALIBUILD='alisw/[email protected].10#egg=alibuild'
INSTALL_ALIBUILD='alisw/[email protected].11#egg=alibuild'
INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot'

0 comments on commit 7f6ebc7

Please sign in to comment.