cache
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/bin/sh -ex
|
#!/bin/sh -ex
|
||||||
|
|
||||||
|
# source ci-vars.env
|
||||||
|
# shellcheck disable=SC1091
|
||||||
|
. .ci/ci-vars.env
|
||||||
|
|
||||||
cd build || exit 1
|
cd build || exit 1
|
||||||
|
|
||||||
CPU_ARCH="${1:-x86_64}"
|
CPU_ARCH="${1:-x86_64}"
|
||||||
|
|||||||
@@ -434,7 +434,7 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
vcpkg/installed
|
vcpkg/installed
|
||||||
vcpkg/buildtrees
|
vcpkg/buildtrees
|
||||||
key: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}-${{ github.run_id }}
|
key: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}-16248552313
|
||||||
restore-keys: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}-
|
restore-keys: vcpkg-${{ runner.os }}-${{ matrix.compiler }}-${{ runner.arch }}-
|
||||||
|
|
||||||
- name: Install dependencies with vcpkg
|
- name: Install dependencies with vcpkg
|
||||||
@@ -475,7 +475,7 @@ jobs:
|
|||||||
id: restore-build-ccache
|
id: restore-build-ccache
|
||||||
with:
|
with:
|
||||||
path: ${{ env.CCACHE_DIR }}
|
path: ${{ env.CCACHE_DIR }}
|
||||||
key: ${{ runner.os }}-ccache-${{ matrix.compiler }}-${{ runner.arch }}-${{ github.run_id }}
|
key: ${{ runner.os }}-ccache-${{ matrix.compiler }}-${{ runner.arch }}-16248552313
|
||||||
restore-keys: ${{ runner.os }}-ccache-${{ matrix.compiler }}-${{ runner.arch }}-
|
restore-keys: ${{ runner.os }}-ccache-${{ matrix.compiler }}-${{ runner.arch }}-
|
||||||
|
|
||||||
- name: Setup CI Variables
|
- name: Setup CI Variables
|
||||||
|
|||||||
Reference in New Issue
Block a user