diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-20 15:02:48 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-20 15:02:48 +0200 |
commit | 8650e26dd1566032d587a654376092a9f31a1123 (patch) | |
tree | f6b5cda71307820bab33d46ac3ed737e09e86a0e | |
parent | 0c4dca7ffd2957cca3635d607cb4acc8dfd4af90 (diff) |
CI: Try different locale for Centos 7
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3642b671..c54b61bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -468,11 +468,12 @@ pkg-fedora-34-amd64: needs: [build-fedora-34-amd64] image: registry.labs.nic.cz/labs/bird:fedora-34-amd64 -# UnicodeDecodeError -#pkg-centos-7-amd64: -# <<: *pkg-rpm-wa -# needs: [build-centos-7-amd64] -# image: registry.labs.nic.cz/labs/bird:centos-7-amd64 +pkg-centos-7-amd64: + <<: *pkg-rpm-wa + variables: + LC_ALL: en_US.UTF-8 + needs: [build-centos-7-amd64] + image: registry.labs.nic.cz/labs/bird:centos-7-amd64 pkg-centos-8-amd64: <<: *pkg-rpm-wa |