mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-02-06 09:16:33 +00:00
Mitigate CMake issue in act environments (#339)
This commit is contained in:
2
.github/workflows/ak3916ev300_images.yml
vendored
2
.github/workflows/ak3916ev300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ak3918ev200_images.yml
vendored
2
.github/workflows/ak3918ev200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ak3918ev300_images.yml
vendored
2
.github/workflows/ak3918ev300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ambarella-s3l_images.yml
vendored
2
.github/workflows/ambarella-s3l_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8833v100_images.yml
vendored
2
.github/workflows/fh8833v100_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8852v100_images.yml
vendored
2
.github/workflows/fh8852v100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8852v200_images.yml
vendored
2
.github/workflows/fh8852v200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8852v210_images.yml
vendored
2
.github/workflows/fh8852v210_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8856v100_images.yml
vendored
2
.github/workflows/fh8856v100_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8856v200_images.yml
vendored
2
.github/workflows/fh8856v200_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8856v210_images.yml
vendored
2
.github/workflows/fh8856v210_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8858v200_images.yml
vendored
2
.github/workflows/fh8858v200_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/fh8858v210_images.yml
vendored
2
.github/workflows/fh8858v210_images.yml
vendored
@@ -26,6 +26,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7102_images.yml
vendored
2
.github/workflows/gk7102_images.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7102s_images.yml
vendored
2
.github/workflows/gk7102s_images.yml
vendored
@@ -21,6 +21,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7202v300_images.yml
vendored
2
.github/workflows/gk7202v300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7205v200_fpv_images.yml
vendored
2
.github/workflows/gk7205v200_fpv_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7205v200_images.yml
vendored
2
.github/workflows/gk7205v200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7205v210_images.yml
vendored
2
.github/workflows/gk7205v210_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7205v300_fpv_images.yml
vendored
2
.github/workflows/gk7205v300_fpv_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7205v300_images.yml
vendored
2
.github/workflows/gk7205v300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gk7605v100_images.yml
vendored
2
.github/workflows/gk7605v100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/gm8136_images.yml
vendored
2
.github/workflows/gm8136_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516av100_images.yml
vendored
2
.github/workflows/hi3516av100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516av200_images.yml
vendored
2
.github/workflows/hi3516av200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516av300_images.yml
vendored
2
.github/workflows/hi3516av300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516cv100_images.yml
vendored
2
.github/workflows/hi3516cv100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516cv200_images.yml
vendored
2
.github/workflows/hi3516cv200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516cv300_images.yml
vendored
2
.github/workflows/hi3516cv300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516cv500_images.yml
vendored
2
.github/workflows/hi3516cv500_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516dv100_images.yml
vendored
2
.github/workflows/hi3516dv100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516dv200_images.yml
vendored
2
.github/workflows/hi3516dv200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516dv300_images.yml
vendored
2
.github/workflows/hi3516dv300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516ev100_images.yml
vendored
2
.github/workflows/hi3516ev100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516ev200_fpv_images.yml
vendored
2
.github/workflows/hi3516ev200_fpv_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516ev200_images.yml
vendored
2
.github/workflows/hi3516ev200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516ev300_fpv_images.yml
vendored
2
.github/workflows/hi3516ev300_fpv_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3516ev300_images.yml
vendored
2
.github/workflows/hi3516ev300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3518cv100_images.yml
vendored
2
.github/workflows/hi3518cv100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3518ev100_images.yml
vendored
2
.github/workflows/hi3518ev100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3518ev200_images.yml
vendored
2
.github/workflows/hi3518ev200_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3518ev300_images.yml
vendored
2
.github/workflows/hi3518ev300_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3519v101_images.yml
vendored
2
.github/workflows/hi3519v101_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3536cv100_images.yml
vendored
2
.github/workflows/hi3536cv100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/hi3536dv100_images.yml
vendored
2
.github/workflows/hi3536dv100_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/msc313e_images.yml
vendored
2
.github/workflows/msc313e_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/msc316dc_images.yml
vendored
2
.github/workflows/msc316dc_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/msc316dm_images.yml
vendored
2
.github/workflows/msc316dm_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/nt98562_images.yml
vendored
2
.github/workflows/nt98562_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/nt98566_images.yml
vendored
2
.github/workflows/nt98566_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/rv1109_images.yml
vendored
2
.github/workflows/rv1109_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/rv1126_images.yml
vendored
2
.github/workflows/rv1126_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ssc325_images.yml
vendored
2
.github/workflows/ssc325_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ssc335_images.yml
vendored
2
.github/workflows/ssc335_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ssc335de_images.yml
vendored
2
.github/workflows/ssc335de_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ssc337_images.yml
vendored
2
.github/workflows/ssc337_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/ssc337de_images.yml
vendored
2
.github/workflows/ssc337de_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/t10_images.yml
vendored
2
.github/workflows/t10_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/t20_images.yml
vendored
2
.github/workflows/t20_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/t21_images.yml
vendored
2
.github/workflows/t21_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/t31_images.yml
vendored
2
.github/workflows/t31_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/xm510_images.yml
vendored
2
.github/workflows/xm510_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/xm530_images.yml
vendored
2
.github/workflows/xm530_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
2
.github/workflows/xm550_images.yml
vendored
2
.github/workflows/xm550_images.yml
vendored
@@ -28,6 +28,8 @@ jobs:
|
||||
if [ ! -z "$ACT" ]; then
|
||||
apt install -y cpio rsync bc
|
||||
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
|
||||
# Mitigate #325 issue
|
||||
apt install -y pip && pip install cmake
|
||||
fi
|
||||
|
||||
- name: Free disk space
|
||||
|
||||
Reference in New Issue
Block a user