Skip to content
Snippets Groups Projects
Commit 5dd718cb authored by Daniel Salzman's avatar Daniel Salzman
Browse files

CI: remove redundant symbols checks (new distro tests check that better)

parent f75eb600
No related branches found
No related tags found
No related merge requests found
Pipeline #103945 passed
......@@ -157,20 +157,6 @@ docker:knot-dns:fedora:
except:
- schedules
.pkg_symbols: &pkg_symbols
stage: test
script:
- ln -s distro/pkg/deb debian
- sed -i "s/{{ version }}/99/g" distro/pkg/deb/changelog
- sed -i "s/{{ release }}/1/g" distro/pkg/deb/changelog
- dpkg-gensymbols -c4 -esrc/.libs/$LIB_NAME.so.$LIB_ABI -P. -p$LIB_NAME$LIB_ABI
allow_failure: true
except:
only:
- schedules
dependencies:
- build:debian:amd64
build:fedora:amd64:
<<: *fedora_latest
<<: *build_job
......@@ -224,27 +210,6 @@ test:debian:arm64:
dependencies:
- build:debian:arm64
pkg:debian:symbols:libknot:
variables:
LIB_NAME: libknot
LIB_ABI: 13
<<: *debian_stable
<<: *pkg_symbols
pkg:debian:symbols:libdnssec:
variables:
LIB_NAME: libdnssec
LIB_ABI: 9
<<: *debian_stable
<<: *pkg_symbols
pkg:debian:symbols:libzscanner:
variables:
LIB_NAME: libzscanner
LIB_ABI: 4
<<: *debian_stable
<<: *pkg_symbols
build:debian:unstable:amd64:
<<: *debian_unstable
<<: *build_job
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment