From 158b7b8a3892615d859333e189b2d2f20a1fb5ac Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Tue, 2 Aug 2022 21:37:56 +0200 Subject: [PATCH] ci/prepare_environment: bump arch-defs packages Signed-off-by: Unai Martinez-Corral --- .github/scripts/prepare_environment.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/prepare_environment.sh b/.github/scripts/prepare_environment.sh index 2a86609..0a1d203 100755 --- a/.github/scripts/prepare_environment.sh +++ b/.github/scripts/prepare_environment.sh @@ -39,15 +39,15 @@ echo '::group::Install arch-defs' mkdir -p "$F4PGA_INSTALL_DIR_FAM"/install case "$FPGA_FAM" in xc7) - F4PGA_TIMESTAMP='20220729-181657' - F4PGA_HASH='7833050' + F4PGA_TIMESTAMP='20220802-192547' + F4PGA_HASH='b120b1f' for PKG in install-xc7 xc7a50t_test; do wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-${PKG}-${F4PGA_HASH}.tar.xz | tar -xJC $F4PGA_INSTALL_DIR_FAM/install done ;; eos-s3) - F4PGA_TIMESTAMP='20220729-181657' - F4PGA_HASH='7833050' + F4PGA_TIMESTAMP='20220802-192547' + F4PGA_HASH='b120b1f' for PKG in install-ql ql-eos-s3_wlcsp; do wget -qO- https://storage.googleapis.com/symbiflow-arch-defs/artifacts/prod/foss-fpga-tools/symbiflow-arch-defs/continuous/install/${F4PGA_TIMESTAMP}/symbiflow-arch-defs-${PKG}-${F4PGA_HASH}.tar.xz | tar -xJC $F4PGA_INSTALL_DIR_FAM/install done