Mitigate CMake issue in act environments

pull/339/head
Dmitry Ilyin 2022-08-13 11:26:50 +03:00
parent f0f19fb137
commit 4bdf094473
74 changed files with 148 additions and 0 deletions

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -26,6 +26,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -21,6 +21,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -21,6 +21,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space

View File

@ -28,6 +28,8 @@ jobs:
if [ ! -z "$ACT" ]; then if [ ! -z "$ACT" ]; then
apt install -y cpio rsync bc apt install -y cpio rsync bc
echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV echo "FORCE_UNSAFE_CONFIGURE=1" >> $GITHUB_ENV
# Mitigate #325 issue
apt install -y pip && pip install cmake
fi fi
- name: Free disk space - name: Free disk space