Skip to content

Commit

Permalink
esp/ci: Update docker images for LLVM 19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gerekon committed Jan 10, 2025
1 parent 54186c4 commit 46050f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ stages:
- public_deploy
- update_idf_tools

image: ${CI_DOCKER_REGISTRY}/llvm-build:4
image: ${CI_DOCKER_REGISTRY}/llvm-build:5

variables:
ESP_LLVM_EMBEDDED_TOOLCHAIN_REF: "llvm_release_19"
ESP_GNU_TOOLCHAIN_VER: "13.2.0_20240305"
CROSS_ARM_IMAGE: $CI_DOCKER_REGISTRY/llvm-build-cross-arm:1
CROSS_ARM_IMAGE: $CI_DOCKER_REGISTRY/llvm-build-cross-arm:2
CROSS_WIN_IMAGE: $CI_DOCKER_REGISTRY/llvm-build-cross-win:2
DIST_DIR: "dist"
BUILD_DIR: "build"
Expand Down

0 comments on commit 46050f3

Please sign in to comment.