aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2019-03-15 15:59:33 -0700
committerbnewbold <bnewbold@robocracy.org>2019-03-15 16:53:56 -0700
commitc65b5da92ab8936c5e790e4e6cd51d792f39e220 (patch)
treebf39bb4d92615a73cb618e8fe784e5c8c1df65cd /.gitlab-ci.yml
parentf405d4872dc4a666d89fe9f6c11ef3ea1fafda2e (diff)
downloadfatcat-c65b5da92ab8936c5e790e4e6cd51d792f39e220.tar.gz
fatcat-c65b5da92ab8936c5e790e4e6cd51d792f39e220.zip
update rust_build_release CI config
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml5
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