From 8241c5376eb3d12d012f01bd40fe2140a3016bc1 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral Date: Wed, 27 Jul 2022 15:58:45 +0200 Subject: [PATCH] use GitHub Releases instead of GCS Signed-off-by: Unai Martinez-Corral --- .github/latest.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/latest.patch b/.github/latest.patch index c5bf6be..85064e0 100644 --- a/.github/latest.patch +++ b/.github/latest.patch @@ -7,7 +7,7 @@ - for PKG in install xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_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/${FPGA_FAM}/install + for PKG in toolchain xc7a50t_test xc7a100t_test xc7a200t_test xc7z010_test; do -+ wget -qO- $(wget -qO- https://storage.googleapis.com/symbiflow-arch-defs-gha/symbiflow-${PKG}-latest) | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}/install ++ wget -qO- $(wget -qO- https://github.com/SymbiFlow/f4pga-arch-defs/releases/download/latest/symbiflow-${PKG}-latest) | tar -xJC $F4PGA_INSTALL_DIR/${FPGA_FAM}/install done .. group-tab:: EOS-S3