Reverting changes to ruby aarch64 build. (#10394)
* Reverting changes to ruby aarch64 build. * Adding IN_DOCKER environment variable to prevent codegen * Pass the cmake-built protoc to the ruby runnerpull/10385/head
parent
f36b3c286b
commit
4c3ab6ca00
4 changed files with 21 additions and 35 deletions
@ -0,0 +1,16 @@ |
||||
#!/bin/bash |
||||
# |
||||
# This is the top-level script we give to Kokoro as the entry point for |
||||
# running the "continuous" and "presubmit" jobs. |
||||
|
||||
set -ex |
||||
|
||||
# Change to repo root |
||||
cd $(dirname $0)/../../.. |
||||
|
||||
# Initialize any submodules. |
||||
git submodule update --init --recursive |
||||
|
||||
kokoro/linux/aarch64/qemu_helpers/prepare_qemu.sh |
||||
|
||||
kokoro/linux/aarch64/test_ruby_aarch64.sh |
@ -1,26 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
build_file: "protobuf/kokoro/linux/ruby_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
|
@ -1,26 +1,11 @@ |
||||
# Config file for running tests in Kokoro |
||||
|
||||
# Location of the build script in repository |
||||
build_file: "protobuf/kokoro/linux/bazel.sh" |
||||
build_file: "protobuf/kokoro/linux/ruby_aarch64/build.sh" |
||||
timeout_mins: 120 |
||||
|
||||
env_vars { |
||||
key: "CONTAINER_IMAGE" |
||||
value: "gcr.io/protobuf-build/emulation/linux:aarch64-4e847d7a01c1792471b6dd985ab0bf2677332e6f" |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_TARGETS" |
||||
value: "//ruby/..." |
||||
} |
||||
|
||||
env_vars { |
||||
key: "BAZEL_EXTRA_FLAGS" |
||||
value: "--define=ruby_platform=c" |
||||
} |
||||
|
||||
action { |
||||
define_artifacts { |
||||
regex: "**/sponge_log.*" |
||||
regex: "**/sponge_log.xml" |
||||
} |
||||
} |
||||
|
Loading…
Reference in new issue