Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 17, 2024
1 parent 0f3656d commit c223539
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,10 @@ tasks:
- "-//with_global_alloc/..."
build_flags:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:codegen_units=-1"
test_flags:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:codegen_units=-1"
cc_common_link_with_global_alloc_ubuntu2004:
name: Build via cc_common.link using a global allocator
platform: ubuntu2004
Expand All @@ -590,9 +592,11 @@ tasks:
build_flags:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:experimental_use_global_allocator=True"
- "--@rules_rust//rust/settings:codegen_units=-1"
test_flags:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:experimental_use_global_allocator=True"
- "--@rules_rust//rust/settings:codegen_units=-1"
cc_common_link_no_std_ubuntu2004:
name: Build with no_std + alloc using cc_common.link infrastructure for linking
platform: ubuntu2004
Expand All @@ -606,11 +610,13 @@ tasks:
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:experimental_use_global_allocator=True"
- "--@rules_rust//rust/settings:no_std=alloc"
- "--@rules_rust//rust/settings:codegen_units=-1"
test_flags:
- "--@rules_rust//rust/toolchain/channel=nightly"
- "--@rules_rust//rust/settings:experimental_use_cc_common_link=True"
- "--@rules_rust//rust/settings:experimental_use_global_allocator=True"
- "--@rules_rust//rust/settings:no_std=alloc"
- "--@rules_rust//rust/settings:codegen_units=-1"
no_std_ubuntu2004:
name: Build with no_std + alloc
platform: ubuntu2004
Expand All @@ -622,9 +628,11 @@ tasks:
build_flags:
- "--@rules_rust//rust/toolchain/channel=nightly"
- "--@rules_rust//rust/settings:no_std=alloc"
- "--@rules_rust//rust/settings:codegen_units=-1"
test_flags:
- "--@rules_rust//rust/toolchain/channel=nightly"
- "--@rules_rust//rust/settings:no_std=alloc"
- "--@rules_rust//rust/settings:codegen_units=-1"
bzlmod_repo_mapping_runfiles:
name: bzlmod repo mapping test
platform: ubuntu2004
Expand Down

0 comments on commit c223539

Please sign in to comment.