diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2022-05-27 16:07:24 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2022-05-27 16:07:50 +0200 |
commit | 9e60b500c76945ccdea94d3a67e7acfde5e3f969 (patch) | |
tree | 2168a7de99356d379568979d4283af58f1320434 | |
parent | a9c19b923c886ddfaefd0fa5052d4799b80579e2 (diff) |
CI: Remove broken FreeBSD builds
We currently do not have FreeBSD CI workers.
-rw-r--r-- | .gitlab-ci.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 678a08f6..7809fecd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -360,17 +360,17 @@ build-opensuse-15.3-amd64: <<: *build-linux image: registry.nic.cz/labs/bird:opensuse-15.3-amd64 -build-freebsd-11-amd64: - <<: *build-base - tags: - - freebsd - - amd64 - -build-freebsd-11-i386: - <<: *build-base - tags: - - freebsd - - i386 +#build-freebsd-11-amd64: +# <<: *build-base +# tags: +# - freebsd +# - amd64 + +#build-freebsd-11-i386: +# <<: *build-base +# tags: +# - freebsd +# - i386 .pkg-deb: &pkg-deb |