]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add 32-bit cross-compiled CI jobs on Debian Buster
authorMichal Nowak <mnowak@isc.org>
Thu, 17 Dec 2020 10:31:05 +0000 (11:31 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 21 Jul 2021 09:38:27 +0000 (11:38 +0200)
commitd6d91bac09415ed7f9338c217dc6d7b26614459b
tree04ea810c146220019ac8d1f3ad09384afdb644aa
parente3da1507b09f9cac752949dc00fb566635be3ce5
Add 32-bit cross-compiled CI jobs on Debian Buster

Since the forced removal of gcc:sid:i386 in 0aacabc6, we lacked a 32-bit
environment to build and test BIND 9 in the CI. gcc:buster:amd64cross32
adds an environment to cross-compile BIND 9 to 32-bits on Debian Buster
amd64 image with 32-bit BIND 9 dependencies. Commit also adds sanity
checks to ensure that compiled objects are not of the build platform
triplet type.

(cherry picked from commit bfcaa2a8f12bab05cf535ef6d2a701f3d79dd105)
.gitlab-ci.yml