Skip to content

Commit be68df1

Browse files
committed
enable linux test
1 parent 210c378 commit be68df1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.bazelci/presubmit.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -726,16 +726,16 @@ tasks:
726726
# TODO: This test requires musl or for rustc to provide necessary gnu libraries for
727727
# linking gnu libraries.
728728
# https://github.com/bazelbuild/rules_rust/issues/390
729-
# cross_compile_linux:
730-
# name: Cross compile example on Linux
731-
# platform: ubuntu2204
732-
# working_directory: examples/cross_compile
733-
# shell_commands:
734-
# - sed -i 's/_FORCE_DISABLE_CC_TOOLCHAIN = False/_FORCE_DISABLE_CC_TOOLCHAIN = True/' ../../rust/private/utils.bzl
735-
# test_flags:
736-
# - "--keep_going"
737-
# test_targets:
738-
# - "//..."
729+
cross_compile_linux:
730+
name: Cross compile example on Linux
731+
platform: ubuntu2204
732+
working_directory: examples/cross_compile
733+
shell_commands:
734+
- sed -i 's/_FORCE_DISABLE_CC_TOOLCHAIN = False/_FORCE_DISABLE_CC_TOOLCHAIN = True/' ../../rust/private/utils.bzl
735+
test_flags:
736+
- "--keep_going"
737+
test_targets:
738+
- "//..."
739739
cross_compile_macos:
740740
name: Cross compile example on MacOS
741741
platform: macos_arm64

0 commit comments

Comments
 (0)