openethereum/scripts/gitlab
David 7827cc048e
Use RUSTFLAGS to set the optimization level (#10719)
* Use RUSTFLAGS to set the optimization level

Cargo has a [quirk]() in how configuration settings are propagated when `cargo test` runs: local code respect the settings in `[profile.test]` but all dependencies use the `[profile.dev]` settings. Here we force `opt-level=3` for all dependencies.

* Remove unused profile settings

* Maybe like this?

* Turn off incremental compilation

* Remove colors; try again with overflow-checks on

* Use quiet CI machine

* Turn overflow checking back on

* Be explicit about what options we use

* Remove "quiet machine" override
2019-06-07 11:25:45 +02:00
..
build-linux.sh CI improvements (#10579) 2019-04-12 18:51:01 +02:00
build-windows.sh CI improvements (#10579) 2019-04-12 18:51:01 +02:00
publish-docs.sh Update publishing (#10644) 2019-05-31 13:27:00 +02:00
publish-onchain.sh Update publishing (#10644) 2019-05-31 13:27:00 +02:00
publish-snap.sh Update publishing (#10644) 2019-05-31 13:27:00 +02:00
rust-changes.sh Tests parallelized (#10452) 2019-03-11 15:26:35 +01:00
safe-curl.sh CI: Remove unnecessary pipes (#9681) 2018-10-02 00:03:58 +01:00
sign-win.cmd CI: Remove unnecessary pipes (#9681) 2018-10-02 00:03:58 +01:00
test-cpp.sh verbose flag for cpp tests (#10524) 2019-03-26 12:37:45 +01:00
test-linux.sh Use RUSTFLAGS to set the optimization level (#10719) 2019-06-07 11:25:45 +02:00
validate-chainspecs.sh CI improvements (#10579) 2019-04-12 18:51:01 +02:00