From: Maria Matejka Date: Thu, 22 May 2025 15:21:13 +0000 (+0200) Subject: CI: Stayrtr binary has moved elsewhere X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5cc8b065d91adf6a4d1c9f1a992f6227ef322651;p=thirdparty%2Fbird.git CI: Stayrtr binary has moved elsewhere Installed our local version supporting RTRv2 and ASPA --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 146b402f7..3b28907f2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ variables: DOCKER_CMD: docker --config="$HOME/.docker/$CI_JOB_ID/" IMG_BASE: registry.nic.cz/labs/bird TOOLS_DIR: /home/gitlab-runner/bird-tools - STAYRTR_BINARY: /usr/bin/stayrtr + STAYRTR_BINARY: /usr/local/bin/stayrtr stages: - consistency diff --git a/misc/gitlab/template.yml.j2 b/misc/gitlab/template.yml.j2 index 27b3d66e0..5bb5a6b79 100644 --- a/misc/gitlab/template.yml.j2 +++ b/misc/gitlab/template.yml.j2 @@ -16,7 +16,7 @@ variables: DOCKER_CMD: docker --config="$HOME/.docker/$CI_JOB_ID/" IMG_BASE: registry.nic.cz/labs/bird TOOLS_DIR: /home/gitlab-runner/bird-tools - STAYRTR_BINARY: /usr/bin/stayrtr + STAYRTR_BINARY: /usr/local/bin/stayrtr stages: - consistency