Skip to content

Commit 2cb1a39

Browse files
authored
Merge pull request #2172 from alicevision/dev/linuxci
Upgrade docker and Linux CI for new version of Lemon
2 parents 859f26d + e628e52 commit 2cb1a39

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build-linux:
88
runs-on: ubuntu-latest
99
container:
10-
image: "alicevision/alicevision-deps:2026.03.30-rocky9-cuda12.1.1"
10+
image: "alicevision/alicevision-deps:2026.08.27-rocky9-cuda12.1.1"
1111
env:
1212
DEPS_INSTALL_DIR: /opt/AliceVision_install
1313
BUILD_TYPE: Release

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
uses: ./.github/workflows/build-windows.yml
2828
secrets: inherit
2929

30-
build-sonarqube:
31-
uses: ./.github/workflows/build-sonarqube.yml
32-
secrets: inherit
30+
# build-sonarqube:
31+
# uses: ./.github/workflows/build-sonarqube.yml
32+
# secrets: inherit

docker/build-rocky.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test -e docker/fetch.sh || {
66
exit 1
77
}
88

9-
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2026.03.30
9+
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2026.08.27
1010
test -z "$AV_VERSION" && AV_VERSION="develop-$(git rev-parse --short HEAD)"
1111
test -z "$CUDA_VERSION" && CUDA_VERSION=12.1.1
1212
test -z "$ROCKY_VERSION" && ROCKY_VERSION=9

docker/build-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test -e docker/fetch.sh || {
66
exit 1
77
}
88

9-
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2025.09.12
9+
test -z "$AV_DEPS_VERSION" && AV_DEPS_VERSION=2026.08.27
1010
test -z "$AV_VERSION" && AV_VERSION="$(git rev-parse --abbrev-ref HEAD)-$(git rev-parse --short HEAD)"
1111
test -z "$CUDA_VERSION" && CUDA_VERSION=12.1.1
1212
test -z "$UBUNTU_VERSION" && UBUNTU_VERSION=22.04

src/cmake/DependenciesVersions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ set(DEP_CLP_GIT_REPO "https://github.com/alicevision/Clp")
147147
set(DEP_CLP_GIT_TAG "4da587acebc65343faafea8a134c9f251efab5b9")
148148

149149
set(DEP_LEMON_GIT_REPO "https://github.com/alicevision/lemon.git")
150-
set(DEP_LEMON_GIT_TAG "8885b9a8b7a20cdf5588964fe30da89093ec53cd")
150+
set(DEP_LEMON_GIT_TAG "5493d5317605f56076e94b04caa6199d52957d74")
151151

152152
# ── 3D / Geometry ─────────────────────────────────────────────────────────────
153153

0 commit comments

Comments
 (0)