From 37c2627feb2b1a8d4015c348ef3ba06e48ca7374 Mon Sep 17 00:00:00 2001 From: Quentin Bourgerie Date: Mon, 12 Dec 2022 10:38:23 +0100 Subject: [PATCH] chore(ci): Regenerate the keyset cache --- .github/workflows/continuous-integration.yml | 4 ++-- compiler/Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e41db3317..00bada03b 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -165,7 +165,7 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} uses: actions/upload-artifact@v3 with: - name: KeySetCacheV2 + name: KeySetCacheV3 path: KeySetCache retention-days: 90 @@ -173,7 +173,7 @@ jobs: uses: Remagpie/gha-remove-artifact@v1 if: ${{ github.ref == 'refs/heads/main' }} with: - only-name: KeySetCacheV2 + only-name: KeySetCacheV3 max-count: 1 - name: Build the documentation diff --git a/compiler/Makefile b/compiler/Makefile index 9cd6a7ce1..f53ca4240 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -16,7 +16,7 @@ CONCRETE_OPTIMIZER_DIR ?= $(shell pwd)/concrete-optimizer KEYSETCACHEDEV=/tmp/KeySetCache KEYSETCACHECI ?= ../KeySetCache -KEYSETCACHENAME ?= KeySetCacheV2 +KEYSETCACHENAME ?= KeySetCacheV3 HPX_VERSION?=1.7.1 HPX_URL=https://github.com/STEllAR-GROUP/hpx/archive/refs/tags/$(HPX_VERSION).tar.gz