Browse Source

Merge branch 'testing' of https://git.winfor.ch/nicolas/bishop into testing

Nicolas Winkler 3 years ago
parent
commit
4560089b75
2 changed files with 4 additions and 3 deletions
  1. 2 1
      build_branches.sh
  2. 2 2
      test_commits.txt

+ 2 - 1
build_branches.sh

@@ -1,5 +1,6 @@
 #!/bin/bash
 
+export RUSTFLAGS="-C target-cpu=native -C lto -C embed-bitcode=yes"
 BRANCH=testing
 
 for commit in $(cat test_commits.txt)
@@ -7,4 +8,4 @@ do
     git checkout $commit
     cargo build --release
     mv target/release/bishop bishop_$commit
-done
+done

+ 2 - 2
test_commits.txt

@@ -1,4 +1,4 @@
 3ec3557db467972164b83cf31b58482aa88201e5
 347ec42b9a4d0a5ad9c1f6873eddd62a110b8ca9
-df86b7d1ae9e9a87a73e98bd513060e8257b6dbc
-81cb242267e2908307051e4b81cce44dd2dbcee3
+e577cadb85e4a11dfb14f1277e22f71722b067d5
+81cb242267e2908307051e4b81cce44dd2dbcee3