File tree 1 file changed +4
-6
lines changed
tools/cuttlefish-host-image-installer
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,6 @@ apt-get install -y git ca-certificates less
10
10
apt-get install -y build-essential
11
11
apt-get install -y devscripts equivs fakeroot dpkg-dev
12
12
13
- apt install wget
14
- wget "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-linux-arm64"
15
- mv bazelisk-linux-arm64 /usr/local/bin/bazel
16
- chmod 0755 /usr/local/bin/bazel
17
- export PATH=$PATH :/usr/local/bin
18
-
19
13
mkdir -p /tmp/b1
20
14
21
15
cd /tmp/b1
@@ -39,6 +33,10 @@ export CI_PIPELINE_ID="${CI_PIPELINE_ID}"
39
33
EOF
40
34
fi
41
35
36
+ cat << EOF >> "${TDIR} "/buildscript_cf_1
37
+ sudo bash ../buildutils/installbazel.sh
38
+ EOF
39
+
42
40
cat build_cf_packages_native.sh >> " ${TDIR} " /buildscript_cf_1
43
41
44
42
cat << EOF >> "${TDIR} "/buildscript_cf_1
You can’t perform that action at this time.
0 commit comments