diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4246dda..9e8e543 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,7 +116,8 @@ convert_raspbian_raspberrypi4: gcc python3-dev libffi-dev liblzo2-dev libc-dev libssl-dev make sudo awscli unzip qemu-system-x86 ovmf curl docker.io # Python3 dependencies - - pip3 install -r https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance/requirements_py3.txt + - python3 -m pip install -U pip + - pip3 install --ignore-installed -r https://raw.githubusercontent.com/mendersoftware/meta-mender/master/tests/acceptance/requirements_py3.txt # Load image under test - export IMAGE_NAME=$DOCKER_REPOSITORY:pr - docker load -i image.tar diff --git a/configs/raspberrypi_config b/configs/raspberrypi_config index e1a2484..e467289 100644 --- a/configs/raspberrypi_config +++ b/configs/raspberrypi_config @@ -10,7 +10,7 @@ MENDER_COPY_BOOT_GAP=n # 4MB alignment MENDER_PARTITION_ALIGNMENT="4194304" -RASPBERRYPI_BINARIES="${RASPBERRYPI_CONFIG}-2019.01.tar.gz" +RASPBERRYPI_BINARIES="${RASPBERRYPI_CONFIG}-2020.01.tar.gz" RASPBERRYPI_BINARIES_URL="${MENDER_STORAGE_URL}/mender-convert/uboot/raspberrypi/${RASPBERRYPI_BINARIES}" function platform_modify() {