We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8954fe9 commit 27109e7Copy full SHA for 27109e7
.bazelci/presubmit.yml
@@ -4,7 +4,8 @@ matrix:
4
bazel: [
5
7.4.1,
6
8.0.0rc7,
7
- last_green,
+# Temporarily disabled until java_stub_template.txt is public
8
+# last_green,
9
]
10
11
tools_flags: &tools_flags
rules/android_sdk_repository/helper.bzl
@@ -298,7 +298,7 @@ def create_android_sdk_rules(
298
outs = [tool + "_runner.sh"],
299
cmd = "\n".join([
300
"cat > $@ << 'EOF'",
301
- "#!/bin/bash",
+ "#!/usr/bin/env bash",
302
"set -eu",
303
# The tools under build-tools/VERSION require the libraries under
304
# build-tools/VERSION/lib, so we can't simply depend on them as a
0 commit comments