From: Maria Matejka Date: Thu, 22 May 2025 15:21:13 +0000 (+0200) Subject: CI: Stayrtr binary has moved elsewhere X-Git-Tag: v3.1.2~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7f17ee03d9848b0c6373bbeb6d1cbd1d5618a01;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 178abde2c..d7fa2021b 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 bce8bcb75..ed534c390 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