Skip to content

Commit 9b8048a

Browse files
committed
Cache simics by ISPM version as well as base package version
1 parent d2bec5a commit 9b8048a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/ci.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121
PUBLIC_SIMICS_PKGS_URL: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ead79ef5-28b5-48c7-8d1f-3cde7760798f/simics-6-packages-2024-05-linux64.ispm"
2222
PUBLIC_SIMICS_ISPM_URL: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ead79ef5-28b5-48c7-8d1f-3cde7760798f/intel-simics-package-manager-1.8.3-linux64.tar.gz"
2323
PUBLIC_SIMICS_PACKAGE_VERSION_1000: "6.0.185"
24+
PUBLIC_SIMICS_ISPM_VERSION: "1.8.3"
2425
MINGW_URL: "https://github.com/brechtsanders/winlibs_mingw/releases/download/13.2.0-16.0.6-11.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-13.2.0-llvm-16.0.6-mingw-w64ucrt-11.0.0-r1.7z"
2526
MINGW_VERSION: "13.2.0-16.0.6-11.0.0-ucrt-r1"
2627

@@ -44,7 +45,7 @@ jobs:
4445
uses: actions/cache@v4
4546
with:
4647
path: ~/simics
47-
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
48+
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
4849

4950
- name: Install SIMICS (External)
5051
if: ${{ steps.cache-simics-packages.outputs.cache-hit != 'true' }}
@@ -431,7 +432,7 @@ jobs:
431432
uses: actions/cache@v4
432433
with:
433434
path: ~/simics
434-
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
435+
key: simics-linux-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
435436

436437
- name: Install SIMICS (External)
437438
if: ${{ steps.cache-simics-packages.outputs.cache-hit != 'true' }}
@@ -526,7 +527,7 @@ jobs:
526527
path: |
527528
C:\ISPM\
528529
C:\SIMICS\
529-
key: simics-windows-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}
530+
key: simics-windows-${{ env.PUBLIC_SIMICS_PACKAGE_VERSION_1000 }}-${{ env.PUBLIC_SIMICS_ISPM_VERSION }}
530531

531532
# ispm-installer.exe is a NSIS installer for the elctron build. We want the
532533
# default options, so we pass /S to install silently and /D to change directory.

0 commit comments

Comments
 (0)