aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2024-03-28 00:39:36 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2024-03-27 16:40:30 +0000
commita113704facf1a7941d90f71fc643cb54ef445771 (patch)
treeb75cbd1a9d7146ad5731824584b5c81f51d53adc
parentd358f94f7d35089310b0bb4f94e8f49dc8bfc3ce (diff)
lkft-aosp.yaml: run apt-get update first
before any apt-get install commands Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org> Change-Id: Ia1060fd6e277f1a27c00c174f9c1fabe2f77c70e
-rw-r--r--lkft-aosp.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lkft-aosp.yaml b/lkft-aosp.yaml
index 4de34edd42..1b80208a85 100644
--- a/lkft-aosp.yaml
+++ b/lkft-aosp.yaml
@@ -45,6 +45,7 @@
- shell: |
#!/bin/bash -ex
+ sudo apt-get update
# Here is for packages not listed by the source.android.com site below.
# But the following packages might not be really necessary,
# as the docker image for docker-focal-aosp labelled nodes is linaro/jenkins-amd64-ubuntu:focal
@@ -54,7 +55,6 @@
java -version
## https://source.android.com/docs/setup/start/requirements#hardware-requirements
- sudo apt-get update
sudo apt-get install -y --allow-change-held-packages git-core gnupg flex bison build-essential zip curl zlib1g-dev libc6-dev-i386 libncurses5 x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig
mkdir -p ${HOME}/bin