forked from CleverRaven/Cataclysm-DDA
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'CleverRaven:master' into master
- Loading branch information
Showing
2,128 changed files
with
320,264 additions
and
179,619 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,18 +62,18 @@ jobs: | |
uses: microsoft/[email protected] | ||
|
||
- name: Restore artifacts, or run vcpkg, build and cache artifacts | ||
uses: lukka/run-vcpkg@v10 | ||
uses: lukka/run-vcpkg@v10.2 | ||
id: runvcpkg | ||
with: | ||
# run-vcpkg tries to hash vcpkg.json but complans if it finds more than one. | ||
# That said, we also have our custom vcpkg_triplets to hash, so we keep everything the same. | ||
appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-x64-1 | ||
appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-x64 | ||
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' | ||
# We have to use at least this version of vcpkg to include fixes for yasm-tool's | ||
# availability only as an x86 host tool. Keep it in sync with the builtin-baseline | ||
# field in vcpkg.json. Caching happens as a post-action which runs at the end of | ||
# the whole workflow, after vcpkg install happens during msbuild run. | ||
vcpkgGitCommitId: '49b67d9cb856424ff69f10e7721aec5299624268' | ||
vcpkgGitCommitId: 'bd1ef2df46303989eeb048eb7aa9b816aa46365e' | ||
|
||
- name: Integrate vcpkg | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -61,18 +61,18 @@ jobs: | |
uses: microsoft/[email protected] | ||
|
||
- name: Restore artifacts, or run vcpkg, build and cache artifacts | ||
uses: lukka/run-vcpkg@v10 | ||
uses: lukka/run-vcpkg@v10.2 | ||
id: runvcpkg | ||
with: | ||
# run-vcpkg tries to hash vcpkg.json but complans if it finds more than one. | ||
# That said, we also have our custom vcpkg_triplets to hash, so we keep everything the same. | ||
appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', 'msvc-object_creator/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-x64-1 | ||
appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', 'msvc-object_creator/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-x64 | ||
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' | ||
# We have to use at least this version of vcpkg to include fixes for yasm-tool's | ||
# availability only as an x86 host tool. Keep it in sync with the builtin-baseline | ||
# field in vcpkg.json. Caching happens as a post-action which runs at the end of | ||
# the whole workflow, after vcpkg install happens during msbuild run. | ||
vcpkgGitCommitId: '49b67d9cb856424ff69f10e7721aec5299624268' | ||
vcpkgGitCommitId: 'bd1ef2df46303989eeb048eb7aa9b816aa46365e' | ||
|
||
- name: Integrate vcpkg | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -162,16 +162,16 @@ jobs: | |
uses: microsoft/[email protected] | ||
- name: Install dependencies (windows msvc) (2/3) | ||
if: runner.os == 'Windows' | ||
uses: lukka/run-vcpkg@v10 | ||
uses: lukka/run-vcpkg@v10.2 | ||
id: runvcpkg | ||
with: | ||
appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-${{ matrix.arch }}-1 | ||
appendedCacheKey: ${{ hashFiles( 'msvc-full-features/vcpkg.json', '.github/vcpkg_triplets/**' ) }}-${{ matrix.arch }} | ||
vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' | ||
# We have to use at least this version of vcpkg to include fixes for yasm-tool's | ||
# availability only as an x86 host tool. Keep it in sync with the builtin-baseline | ||
# field in vcpkg.json. Caching happens as a post-action which runs at the end of | ||
# the whole workflow, after vcpkg install happens during msbuild run. | ||
vcpkgGitCommitId: '49b67d9cb856424ff69f10e7721aec5299624268' | ||
vcpkgGitCommitId: 'bd1ef2df46303989eeb048eb7aa9b816aa46365e' | ||
- name: Install dependencies (windows msvc) (3/3) | ||
if: runner.os == 'Windows' | ||
run: | | ||
|
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.