From f0f19fb1373513d1fef154262b884361f22128cd Mon Sep 17 00:00:00 2001 From: Dmitry Ilyin Date: Sat, 13 Aug 2022 09:41:30 +0300 Subject: [PATCH] Make workflows compatible with act (#338) --- .github/workflows/ak3916ev300_images.yml | 7 +++++-- .github/workflows/ak3918ev200_images.yml | 7 +++++-- .github/workflows/ak3918ev300_images.yml | 7 +++++-- .github/workflows/ambarella-s3l_images.yml | 7 +++++-- .github/workflows/fh8833v100_images.yml | 7 +++++-- .github/workflows/fh8852v100_images.yml | 7 +++++-- .github/workflows/fh8852v200_images.yml | 7 +++++-- .github/workflows/fh8852v210_images.yml | 7 +++++-- .github/workflows/fh8856v100_images.yml | 7 +++++-- .github/workflows/fh8856v200_images.yml | 7 +++++-- .github/workflows/fh8856v210_images.yml | 7 +++++-- .github/workflows/fh8858v200_images.yml | 7 +++++-- .github/workflows/fh8858v210_images.yml | 7 +++++-- .github/workflows/gk7102_images.yml | 7 +++++-- .github/workflows/gk7102s_images.yml | 7 +++++-- .github/workflows/gk7202v300_images.yml | 7 +++++-- .github/workflows/gk7205v200_fpv_images.yml | 7 +++++-- .github/workflows/gk7205v200_images.yml | 7 +++++-- .github/workflows/gk7205v200_ultimate_images.yml | 7 +++++-- .github/workflows/gk7205v210_images.yml | 7 +++++-- .github/workflows/gk7205v300_fpv_images.yml | 7 +++++-- .github/workflows/gk7205v300_images.yml | 7 +++++-- .github/workflows/gk7205v300_ultimate_images.yml | 7 +++++-- .github/workflows/gk7605v100_images.yml | 7 +++++-- .github/workflows/gm8136_images.yml | 7 +++++-- .github/workflows/hi3516av100_images.yml | 7 +++++-- .github/workflows/hi3516av100_ultimate_images.yml | 7 +++++-- .github/workflows/hi3516av200_images.yml | 7 +++++-- .github/workflows/hi3516av200_ultimate_images.yml | 7 +++++-- .github/workflows/hi3516av300_images.yml | 7 +++++-- .github/workflows/hi3516cv100_images.yml | 7 +++++-- .github/workflows/hi3516cv200_images.yml | 7 +++++-- .github/workflows/hi3516cv300_images.yml | 7 +++++-- .github/workflows/hi3516cv300_ultimate_images.yml | 7 +++++-- .github/workflows/hi3516cv500_images.yml | 7 +++++-- .github/workflows/hi3516dv100_images.yml | 7 +++++-- .github/workflows/hi3516dv100_ultimate_images.yml | 7 +++++-- .github/workflows/hi3516dv200_images.yml | 7 +++++-- .github/workflows/hi3516dv300_images.yml | 7 +++++-- .github/workflows/hi3516ev100_images.yml | 7 +++++-- .github/workflows/hi3516ev200_fpv_images.yml | 7 +++++-- .github/workflows/hi3516ev200_images.yml | 7 +++++-- .github/workflows/hi3516ev200_ultimate_images.yml | 7 +++++-- .github/workflows/hi3516ev300_fpv_images.yml | 7 +++++-- .github/workflows/hi3516ev300_images.yml | 7 +++++-- .github/workflows/hi3516ev300_ultimate_images.yml | 7 +++++-- .github/workflows/hi3518cv100_images.yml | 7 +++++-- .github/workflows/hi3518ev100_images.yml | 7 +++++-- .github/workflows/hi3518ev200_images.yml | 7 +++++-- .github/workflows/hi3518ev200_ultimate_images.yml | 7 +++++-- .github/workflows/hi3518ev300_images.yml | 7 +++++-- .github/workflows/hi3518ev300_ultimate_images.yml | 7 +++++-- .github/workflows/hi3519v101_images.yml | 7 +++++-- .github/workflows/hi3536cv100_images.yml | 7 +++++-- .github/workflows/hi3536dv100_images.yml | 7 +++++-- .github/workflows/msc313e_images.yml | 7 +++++-- .github/workflows/msc316dc_images.yml | 7 +++++-- .github/workflows/msc316dm_images.yml | 7 +++++-- .github/workflows/nt98562_images.yml | 7 +++++-- .github/workflows/nt98566_images.yml | 7 +++++-- .github/workflows/rv1109_images.yml | 7 +++++-- .github/workflows/rv1126_images.yml | 7 +++++-- .github/workflows/ssc325_images.yml | 7 +++++-- .github/workflows/ssc335_images.yml | 7 +++++-- .github/workflows/ssc335de_images.yml | 7 +++++-- .github/workflows/ssc337_images.yml | 7 +++++-- .github/workflows/ssc337de_images.yml | 7 +++++-- .github/workflows/t10_images.yml | 7 +++++-- .github/workflows/t20_images.yml | 7 +++++-- .github/workflows/t21_images.yml | 7 +++++-- .github/workflows/t31_images.yml | 7 +++++-- .github/workflows/xm510_images.yml | 7 +++++-- .github/workflows/xm530_images.yml | 7 +++++-- .github/workflows/xm550_images.yml | 7 +++++-- 74 files changed, 370 insertions(+), 148 deletions(-) diff --git a/.github/workflows/ak3916ev300_images.yml b/.github/workflows/ak3916ev300_images.yml index 08fcdc22..81549017 100644 --- a/.github/workflows/ak3916ev300_images.yml +++ b/.github/workflows/ak3916ev300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ak3918ev200_images.yml b/.github/workflows/ak3918ev200_images.yml index 29131887..96814f63 100644 --- a/.github/workflows/ak3918ev200_images.yml +++ b/.github/workflows/ak3918ev200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ak3918ev300_images.yml b/.github/workflows/ak3918ev300_images.yml index 6e2e03ec..438a28df 100644 --- a/.github/workflows/ak3918ev300_images.yml +++ b/.github/workflows/ak3918ev300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ambarella-s3l_images.yml b/.github/workflows/ambarella-s3l_images.yml index b41aad8c..69527fdb 100644 --- a/.github/workflows/ambarella-s3l_images.yml +++ b/.github/workflows/ambarella-s3l_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8833v100_images.yml b/.github/workflows/fh8833v100_images.yml index 06d99939..82c71131 100644 --- a/.github/workflows/fh8833v100_images.yml +++ b/.github/workflows/fh8833v100_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8852v100_images.yml b/.github/workflows/fh8852v100_images.yml index 968865fb..c06a9d95 100644 --- a/.github/workflows/fh8852v100_images.yml +++ b/.github/workflows/fh8852v100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8852v200_images.yml b/.github/workflows/fh8852v200_images.yml index 94ef49ea..9f12ff9a 100644 --- a/.github/workflows/fh8852v200_images.yml +++ b/.github/workflows/fh8852v200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8852v210_images.yml b/.github/workflows/fh8852v210_images.yml index 1bdbc3b2..5a34f85f 100644 --- a/.github/workflows/fh8852v210_images.yml +++ b/.github/workflows/fh8852v210_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8856v100_images.yml b/.github/workflows/fh8856v100_images.yml index c8c59942..2483ac9c 100644 --- a/.github/workflows/fh8856v100_images.yml +++ b/.github/workflows/fh8856v100_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8856v200_images.yml b/.github/workflows/fh8856v200_images.yml index e0e66453..c4a1c87c 100644 --- a/.github/workflows/fh8856v200_images.yml +++ b/.github/workflows/fh8856v200_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8856v210_images.yml b/.github/workflows/fh8856v210_images.yml index 2fd4d26c..78cef90e 100644 --- a/.github/workflows/fh8856v210_images.yml +++ b/.github/workflows/fh8856v210_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8858v200_images.yml b/.github/workflows/fh8858v200_images.yml index 3d305978..88d49874 100644 --- a/.github/workflows/fh8858v200_images.yml +++ b/.github/workflows/fh8858v200_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/fh8858v210_images.yml b/.github/workflows/fh8858v210_images.yml index 5f319153..2bb5098c 100644 --- a/.github/workflows/fh8858v210_images.yml +++ b/.github/workflows/fh8858v210_images.yml @@ -20,13 +20,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7102_images.yml b/.github/workflows/gk7102_images.yml index b9339ee0..0819ab65 100644 --- a/.github/workflows/gk7102_images.yml +++ b/.github/workflows/gk7102_images.yml @@ -15,13 +15,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7102s_images.yml b/.github/workflows/gk7102s_images.yml index 57180135..93898d93 100644 --- a/.github/workflows/gk7102s_images.yml +++ b/.github/workflows/gk7102s_images.yml @@ -15,13 +15,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7202v300_images.yml b/.github/workflows/gk7202v300_images.yml index b0406983..f5a41fce 100644 --- a/.github/workflows/gk7202v300_images.yml +++ b/.github/workflows/gk7202v300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v200_fpv_images.yml b/.github/workflows/gk7205v200_fpv_images.yml index 55e7cabe..ecf54db0 100644 --- a/.github/workflows/gk7205v200_fpv_images.yml +++ b/.github/workflows/gk7205v200_fpv_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v200_images.yml b/.github/workflows/gk7205v200_images.yml index 7be84227..2a457506 100644 --- a/.github/workflows/gk7205v200_images.yml +++ b/.github/workflows/gk7205v200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v200_ultimate_images.yml b/.github/workflows/gk7205v200_ultimate_images.yml index 2fa631a2..52beb5b0 100644 --- a/.github/workflows/gk7205v200_ultimate_images.yml +++ b/.github/workflows/gk7205v200_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v210_images.yml b/.github/workflows/gk7205v210_images.yml index e59a938c..f245bd5b 100644 --- a/.github/workflows/gk7205v210_images.yml +++ b/.github/workflows/gk7205v210_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v300_fpv_images.yml b/.github/workflows/gk7205v300_fpv_images.yml index 8494866f..4e68149c 100644 --- a/.github/workflows/gk7205v300_fpv_images.yml +++ b/.github/workflows/gk7205v300_fpv_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v300_images.yml b/.github/workflows/gk7205v300_images.yml index d51cf85e..381faee3 100644 --- a/.github/workflows/gk7205v300_images.yml +++ b/.github/workflows/gk7205v300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7205v300_ultimate_images.yml b/.github/workflows/gk7205v300_ultimate_images.yml index f7a11164..69e7b052 100644 --- a/.github/workflows/gk7205v300_ultimate_images.yml +++ b/.github/workflows/gk7205v300_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gk7605v100_images.yml b/.github/workflows/gk7605v100_images.yml index 87177299..c77f5eeb 100644 --- a/.github/workflows/gk7605v100_images.yml +++ b/.github/workflows/gk7605v100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/gm8136_images.yml b/.github/workflows/gm8136_images.yml index e41079e1..0f8ddb31 100644 --- a/.github/workflows/gm8136_images.yml +++ b/.github/workflows/gm8136_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516av100_images.yml b/.github/workflows/hi3516av100_images.yml index 89d28933..23b36def 100644 --- a/.github/workflows/hi3516av100_images.yml +++ b/.github/workflows/hi3516av100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516av100_ultimate_images.yml b/.github/workflows/hi3516av100_ultimate_images.yml index f01a412d..eefd98d4 100644 --- a/.github/workflows/hi3516av100_ultimate_images.yml +++ b/.github/workflows/hi3516av100_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516av200_images.yml b/.github/workflows/hi3516av200_images.yml index 2834ac2d..1393ab38 100644 --- a/.github/workflows/hi3516av200_images.yml +++ b/.github/workflows/hi3516av200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516av200_ultimate_images.yml b/.github/workflows/hi3516av200_ultimate_images.yml index 52181de6..52dec2ce 100644 --- a/.github/workflows/hi3516av200_ultimate_images.yml +++ b/.github/workflows/hi3516av200_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516av300_images.yml b/.github/workflows/hi3516av300_images.yml index 59e2373b..ef817d4c 100644 --- a/.github/workflows/hi3516av300_images.yml +++ b/.github/workflows/hi3516av300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516cv100_images.yml b/.github/workflows/hi3516cv100_images.yml index 51a4b7f4..2151ed22 100644 --- a/.github/workflows/hi3516cv100_images.yml +++ b/.github/workflows/hi3516cv100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516cv200_images.yml b/.github/workflows/hi3516cv200_images.yml index aab0a78c..5806265a 100644 --- a/.github/workflows/hi3516cv200_images.yml +++ b/.github/workflows/hi3516cv200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516cv300_images.yml b/.github/workflows/hi3516cv300_images.yml index d6d92ba9..24e5fca7 100644 --- a/.github/workflows/hi3516cv300_images.yml +++ b/.github/workflows/hi3516cv300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516cv300_ultimate_images.yml b/.github/workflows/hi3516cv300_ultimate_images.yml index 034ca767..c24d311c 100644 --- a/.github/workflows/hi3516cv300_ultimate_images.yml +++ b/.github/workflows/hi3516cv300_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516cv500_images.yml b/.github/workflows/hi3516cv500_images.yml index 74396bae..ea05e9b1 100644 --- a/.github/workflows/hi3516cv500_images.yml +++ b/.github/workflows/hi3516cv500_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516dv100_images.yml b/.github/workflows/hi3516dv100_images.yml index 19ec1fdf..2f9943cb 100644 --- a/.github/workflows/hi3516dv100_images.yml +++ b/.github/workflows/hi3516dv100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516dv100_ultimate_images.yml b/.github/workflows/hi3516dv100_ultimate_images.yml index 9b62cb67..dbf44715 100644 --- a/.github/workflows/hi3516dv100_ultimate_images.yml +++ b/.github/workflows/hi3516dv100_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516dv200_images.yml b/.github/workflows/hi3516dv200_images.yml index 38913aaf..66079c02 100644 --- a/.github/workflows/hi3516dv200_images.yml +++ b/.github/workflows/hi3516dv200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516dv300_images.yml b/.github/workflows/hi3516dv300_images.yml index 1172e991..1cb67e62 100644 --- a/.github/workflows/hi3516dv300_images.yml +++ b/.github/workflows/hi3516dv300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev100_images.yml b/.github/workflows/hi3516ev100_images.yml index ad4be480..fca6ca3e 100644 --- a/.github/workflows/hi3516ev100_images.yml +++ b/.github/workflows/hi3516ev100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev200_fpv_images.yml b/.github/workflows/hi3516ev200_fpv_images.yml index 2a3a42ed..f89dbde1 100644 --- a/.github/workflows/hi3516ev200_fpv_images.yml +++ b/.github/workflows/hi3516ev200_fpv_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev200_images.yml b/.github/workflows/hi3516ev200_images.yml index 8562eb78..85686428 100644 --- a/.github/workflows/hi3516ev200_images.yml +++ b/.github/workflows/hi3516ev200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev200_ultimate_images.yml b/.github/workflows/hi3516ev200_ultimate_images.yml index f50f9f4a..0f65829d 100644 --- a/.github/workflows/hi3516ev200_ultimate_images.yml +++ b/.github/workflows/hi3516ev200_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev300_fpv_images.yml b/.github/workflows/hi3516ev300_fpv_images.yml index 868edd96..a8f0974b 100644 --- a/.github/workflows/hi3516ev300_fpv_images.yml +++ b/.github/workflows/hi3516ev300_fpv_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev300_images.yml b/.github/workflows/hi3516ev300_images.yml index c2f91c06..f92d0418 100644 --- a/.github/workflows/hi3516ev300_images.yml +++ b/.github/workflows/hi3516ev300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3516ev300_ultimate_images.yml b/.github/workflows/hi3516ev300_ultimate_images.yml index fa6ccba5..1cab3578 100644 --- a/.github/workflows/hi3516ev300_ultimate_images.yml +++ b/.github/workflows/hi3516ev300_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3518cv100_images.yml b/.github/workflows/hi3518cv100_images.yml index a0e617bb..07a56c12 100644 --- a/.github/workflows/hi3518cv100_images.yml +++ b/.github/workflows/hi3518cv100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3518ev100_images.yml b/.github/workflows/hi3518ev100_images.yml index 6a49e73b..58e53671 100644 --- a/.github/workflows/hi3518ev100_images.yml +++ b/.github/workflows/hi3518ev100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3518ev200_images.yml b/.github/workflows/hi3518ev200_images.yml index 5ea0386c..6fb109c3 100644 --- a/.github/workflows/hi3518ev200_images.yml +++ b/.github/workflows/hi3518ev200_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3518ev200_ultimate_images.yml b/.github/workflows/hi3518ev200_ultimate_images.yml index 100768d7..598b86bd 100644 --- a/.github/workflows/hi3518ev200_ultimate_images.yml +++ b/.github/workflows/hi3518ev200_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3518ev300_images.yml b/.github/workflows/hi3518ev300_images.yml index 86a8b82d..f115dc61 100644 --- a/.github/workflows/hi3518ev300_images.yml +++ b/.github/workflows/hi3518ev300_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3518ev300_ultimate_images.yml b/.github/workflows/hi3518ev300_ultimate_images.yml index 6e0fd75f..cfd25ff2 100644 --- a/.github/workflows/hi3518ev300_ultimate_images.yml +++ b/.github/workflows/hi3518ev300_ultimate_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3519v101_images.yml b/.github/workflows/hi3519v101_images.yml index 09a288c3..9013e804 100644 --- a/.github/workflows/hi3519v101_images.yml +++ b/.github/workflows/hi3519v101_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3536cv100_images.yml b/.github/workflows/hi3536cv100_images.yml index 25f9b3c7..e8b2499e 100644 --- a/.github/workflows/hi3536cv100_images.yml +++ b/.github/workflows/hi3536cv100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/hi3536dv100_images.yml b/.github/workflows/hi3536dv100_images.yml index 0350d039..7a03b490 100644 --- a/.github/workflows/hi3536dv100_images.yml +++ b/.github/workflows/hi3536dv100_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/msc313e_images.yml b/.github/workflows/msc313e_images.yml index 4f44d4f8..ff77446f 100644 --- a/.github/workflows/msc313e_images.yml +++ b/.github/workflows/msc313e_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/msc316dc_images.yml b/.github/workflows/msc316dc_images.yml index caa24b70..cec1183f 100644 --- a/.github/workflows/msc316dc_images.yml +++ b/.github/workflows/msc316dc_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/msc316dm_images.yml b/.github/workflows/msc316dm_images.yml index 65eff7b8..8b5d4441 100644 --- a/.github/workflows/msc316dm_images.yml +++ b/.github/workflows/msc316dm_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/nt98562_images.yml b/.github/workflows/nt98562_images.yml index efd97dc3..ff9eea06 100644 --- a/.github/workflows/nt98562_images.yml +++ b/.github/workflows/nt98562_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/nt98566_images.yml b/.github/workflows/nt98566_images.yml index ae3c337c..3d7e3661 100644 --- a/.github/workflows/nt98566_images.yml +++ b/.github/workflows/nt98566_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/rv1109_images.yml b/.github/workflows/rv1109_images.yml index 16cb66cb..d90537b5 100644 --- a/.github/workflows/rv1109_images.yml +++ b/.github/workflows/rv1109_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/rv1126_images.yml b/.github/workflows/rv1126_images.yml index 20649043..0383e3f1 100644 --- a/.github/workflows/rv1126_images.yml +++ b/.github/workflows/rv1126_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ssc325_images.yml b/.github/workflows/ssc325_images.yml index b5462ef2..20650da1 100644 --- a/.github/workflows/ssc325_images.yml +++ b/.github/workflows/ssc325_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ssc335_images.yml b/.github/workflows/ssc335_images.yml index d04b3375..ea90d08b 100644 --- a/.github/workflows/ssc335_images.yml +++ b/.github/workflows/ssc335_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ssc335de_images.yml b/.github/workflows/ssc335de_images.yml index 1f32110e..dbe58cea 100644 --- a/.github/workflows/ssc335de_images.yml +++ b/.github/workflows/ssc335de_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ssc337_images.yml b/.github/workflows/ssc337_images.yml index 415b0680..4c188274 100644 --- a/.github/workflows/ssc337_images.yml +++ b/.github/workflows/ssc337_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/ssc337de_images.yml b/.github/workflows/ssc337de_images.yml index b783104f..6e196ec5 100644 --- a/.github/workflows/ssc337de_images.yml +++ b/.github/workflows/ssc337de_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/t10_images.yml b/.github/workflows/t10_images.yml index 9d219510..2d257ab1 100644 --- a/.github/workflows/t10_images.yml +++ b/.github/workflows/t10_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/t20_images.yml b/.github/workflows/t20_images.yml index 6a8973c1..0ee2dd61 100644 --- a/.github/workflows/t20_images.yml +++ b/.github/workflows/t20_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/t21_images.yml b/.github/workflows/t21_images.yml index 8503b942..2ee99476 100644 --- a/.github/workflows/t21_images.yml +++ b/.github/workflows/t21_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/t31_images.yml b/.github/workflows/t31_images.yml index 0eb7ce96..3215723d 100644 --- a/.github/workflows/t31_images.yml +++ b/.github/workflows/t31_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/xm510_images.yml b/.github/workflows/xm510_images.yml index 920a0e4e..fd1179c1 100644 --- a/.github/workflows/xm510_images.yml +++ b/.github/workflows/xm510_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/xm530_images.yml b/.github/workflows/xm530_images.yml index 72164cfe..36bd0677 100644 --- a/.github/workflows/xm530_images.yml +++ b/.github/workflows/xm530_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile diff --git a/.github/workflows/xm550_images.yml b/.github/workflows/xm550_images.yml index 68bf2bed..708e646f 100644 --- a/.github/workflows/xm550_images.yml +++ b/.github/workflows/xm550_images.yml @@ -22,13 +22,16 @@ jobs: uses: actions/checkout@v2 - name: Install build dependencies - id: install run: | make install-deps mkdir -p tmp + if [ ! -z "$ACT" ]; then + apt install -y cpio rsync bc + echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV + fi - name: Free disk space - id: freshing + if: ${{ !env.ACT }} run: | sudo swapoff -a sudo rm -f /swapfile