Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Sep 10, 2021
1 parent 31dbabd commit ecc132e
Show file tree
Hide file tree
Showing 23 changed files with 1,296 additions and 214 deletions.
3 changes: 3 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ tasks:
platform: rbe_ubuntu1604
environment:
RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP: true
OPENSSL_STATIC: "1"
working_directory: examples/crate_universe
build_targets:
- "//..."
Expand All @@ -212,6 +213,7 @@ tasks:
platform: macos
environment:
RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP: true
OPENSSL_STATIC: "1"
working_directory: examples/crate_universe
build_targets:
- "//..."
Expand All @@ -223,6 +225,7 @@ tasks:
platform: windows
environment:
RULES_RUST_CRATE_UNIVERSE_BOOTSTRAP: true
OPENSSL_STATIC: "1"
working_directory: examples/crate_universe
build_flags:
- "--enable_runfiles" # this is not enabled by default on windows and is necessary for the cargo build scripts
Expand Down
Loading

0 comments on commit ecc132e

Please sign in to comment.