aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorHugo van der Wijst <hvanderwijst@tesla.com>2019-01-15 22:42:50 -0800
committerJorge Aparicio <jorge@japaric.io>2019-02-16 00:22:22 +0100
commit2f89688ca974944781878a74873801597c0b1f11 (patch)
treee837ee30f5ccdfaa62c83791fd4544f6f861b2f3 /.travis.yml
parentfdba26525c4a190d0275dd3b5f3a154fa189a799 (diff)
Make builds reproducible
This is done by using `BTreeMap`s and `BTreeSet`s to get deterministic ordering. Also updated the CI job to check reproducibility of all examples.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 481f8fe..31d10e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,10 @@ matrix:
rust: nightly
if: (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
-before_install: set -e
+before_install:
+ - set -e
+ - sudo apt-get update
+ - sudo apt-get install -y binutils-arm-none-eabi
install:
- bash ci/install.sh