From 4b584ca64e699a75dec09c5b2c75e31cef54a2c7 Mon Sep 17 00:00:00 2001 From: youben11 Date: Fri, 2 Sep 2022 10:08:56 +0100 Subject: [PATCH] ci: create new keysetcache last commit updated which keys we serialize --- .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 e402e8aec..196cb8e2c 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -148,7 +148,7 @@ jobs: if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/main' }} uses: actions/upload-artifact@v3 with: - name: KeySetCacheV1 + name: KeySetCacheV2 path: KeySetCache retention-days: 90 @@ -156,7 +156,7 @@ jobs: uses: Remagpie/gha-remove-artifact@v1 if: ${{ matrix.compiler == 'gcc7' && github.ref == 'refs/heads/main' }} with: - only-name: KeySetCacheV1 + only-name: KeySetCacheV2 max-count: 1 - name: Build compiler diff --git a/compiler/Makefile b/compiler/Makefile index f93395992..b7a712547 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -10,7 +10,7 @@ CONCRETE_OPTIMIZER_DIR ?= $(shell pwd)/concrete-optimizer KEYSETCACHEDEV=/tmp/KeySetCache KEYSETCACHECI ?= ../KeySetCache -KEYSETCACHENAME ?= KeySetCacheV1 +KEYSETCACHENAME ?= KeySetCacheV2 HPX_VERSION?=1.7.1 HPX_URL=https://github.com/STEllAR-GROUP/hpx/archive/refs/tags/$(HPX_VERSION).tar.gz