Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into dp/fix/force-tests-to-run-opt-level3
Browse files Browse the repository at this point in the history
* master:
  SecretStore: non-blocking wait of session completion (#10303)
  removed secret_store folder (#10722)
  SecretStore: expose restore_key_public in HTTP API (#10241)
  Revert "enable lto for release builds (#10717)" (#10721)
  • Loading branch information
dvdplm committed Jun 6, 2019
2 parents 391e9bc + 9de1afe commit d27e367
Show file tree
Hide file tree
Showing 26 changed files with 1,303 additions and 1,649 deletions.
2 changes: 1 addition & 1 deletion scripts/gitlab/test-linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e # fail on any error
set -u # treat unset variables as error

FEATURES="json-tests,ci-skip-tests"
OPTIONS=""
OPTIONS="--release"
#use nproc `linux only
THREADS=$(nproc)

Expand Down
386 changes: 291 additions & 95 deletions secret-store/src/key_server.rs

Large diffs are not rendered by default.

Loading

0 comments on commit d27e367

Please sign in to comment.