-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8230 from OPM/dev
Release 2021.10.0
- Loading branch information
Showing
935 changed files
with
70,579 additions
and
10,327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,6 @@ on: | |
# build cache is | ||
- cron: '0 1 * * * ' | ||
env: | ||
NINJA_VERSION: 1.9.0 | ||
BUILD_TYPE: Release | ||
BUILDCACHE_VERSION: 0.24.4 | ||
BUILDCACHE_DIR: ${{ github.workspace }}/buildcache_dir | ||
|
@@ -73,10 +72,11 @@ jobs: | |
python-version: '3.8' | ||
- name: Display Python version | ||
run: python -c "import sys; print(sys.version)" | ||
- name: Download Ninja | ||
uses: seanmiddleditch/gha-setup-ninja@master | ||
with: | ||
version: ${{ env.NINJA_VERSION }} | ||
|
||
# workaround a poor interaction between github actions/cmake/vcpkg, see https://github.com/lukka/run-vcpkg/issues/88#issuecomment-885758902 | ||
- name: Use CMake 3.20.1 | ||
uses: lukka/[email protected] | ||
|
||
- name: Download buildcache | ||
id: buildcache-download | ||
shell: cmake -P {0} | ||
|
@@ -152,7 +152,7 @@ jobs: | |
vcpkgArguments: '@${{ github.workspace }}/${{ matrix.config.vcpkg-response-file }}' | ||
vcpkgDirectory: '${{ github.workspace }}/ThirdParty/vcpkg' | ||
# Ensure the cache key changes any time the content of the response file changes. | ||
appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-v01 | ||
appendedCacheKey: ${{ hashFiles(env.VCPKGRESPONSEFILE) }}-cache-key-v2 | ||
|
||
- name: Cache dynamic version of OpenSSL (Linux) | ||
if: "contains( matrix.config.os, 'ubuntu_disabled')" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.