diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-03-15 15:59:33 -0700 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2019-03-15 16:53:56 -0700 |
commit | c65b5da92ab8936c5e790e4e6cd51d792f39e220 (patch) | |
tree | bf39bb4d92615a73cb618e8fe784e5c8c1df65cd | |
parent | f405d4872dc4a666d89fe9f6c11ef3ea1fafda2e (diff) | |
download | fatcat-c65b5da92ab8936c5e790e4e6cd51d792f39e220.tar.gz fatcat-c65b5da92ab8936c5e790e4e6cd51d792f39e220.zip |
update rust_build_release CI config
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e9ee0ba4..6d477949 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,10 @@ unified_test: rust_build_release: only: - tags # doesn't build for most commits; only tagged - image: "rust:1.26-stretch" + image: "rust:1.32-stretch" + variables: + LC_ALL: "C.UTF-8" + LANG: "C.UTF-8" script: - rustc --version && cargo --version - cd rust |