mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
CI: Try different locale for Centos 7
This commit is contained in:
parent
0c4dca7ffd
commit
8650e26dd1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user