From 351bbc0fc12fb71e40961a70df04d8e25db59e8f Mon Sep 17 00:00:00 2001 From: shenmo <jifengshenmo@outlook.com> Date: Mon, 13 Mar 2023 08:50:33 +0000 Subject: [PATCH] update pipeline-dtk-build-aarch64.yml --- .workflow/pipeline-dtk-build-aarch64.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.workflow/pipeline-dtk-build-aarch64.yml b/.workflow/pipeline-dtk-build-aarch64.yml index 36a201f..6770b45 100644 --- a/.workflow/pipeline-dtk-build-aarch64.yml +++ b/.workflow/pipeline-dtk-build-aarch64.yml @@ -24,16 +24,22 @@ stages: - sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list - apt update - export DEBIAN_FRONTEND=noninteractive - - echo "安装git wget qemu-user-binfmt" - - apt install git wget qemu-user-binfmt + - echo "安装wget qemu-user-binfmt" + - apt install wget qemu-user-binfmt + - mkdir ../spark-store + - mv * ../spark-store + - wget https://code.gitlink.org.cn/shenmo7192/debian-container-aarch64/raw/branch/master/DEBIANARM.tar.xz + - tar -xvf DEBIANARM.tar.xz + - mkdir -p DEBIAN/root/build-spark + - mv ../spark-store DEBIAN/root/build-spark + - wget https://gitee.com/deepin-community-store/repo_auto_update_script/raw/master/spark-build-aarch64.sh && mv spark-build-aarch64.sh DEBIAN/root + - chroot DEBIAN bash /root/spark-build-aarch64.sh - '' - - git clone ??? - - git clone https://gitlink.org.cn/shenmo7192/dtk-aarch64.git - '' artifacts: - name: BUILD_ARTIFACT path: - - ./target + - ./DEBIAN/root/build-spark/target notify: [] strategy: retry: '0'