-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afa3eba
commit de3f896
Showing
2 changed files
with
7 additions
and
17 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 |
---|---|---|
|
@@ -45,10 +45,10 @@ jobs: | |
matrix: | ||
commits: ${{ fromJson(needs.get_tag_commits.outputs.matrix) }} | ||
runs-on: ubuntu-latest | ||
container: | ||
image: ${{needs.cibw_docker_image.outputs.tag}} | ||
volumes: | ||
- /:/mnt | ||
# container: | ||
# image: ${{needs.cibw_docker_image.outputs.tag}} | ||
# volumes: | ||
# - /:/mnt | ||
permissions: | ||
contents: write # Technically not necessary since the ARCTICDB_TEST_PAT token override exists | ||
env: | ||
|
@@ -64,7 +64,6 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
token: ${{ secrets.ARCTICDB_TEST_PAT }} | ||
submodules: recursive # Just in case a dep has its own third-party deps | ||
|
||
- name: Set persistent storage variables | ||
uses: ./.github/actions/set_persistent_storage_env_vars | ||
|
@@ -76,14 +75,6 @@ jobs: | |
uses: mozilla-actions/[email protected] | ||
with: | ||
version: "v0.4.0" | ||
|
||
- name: Extra envs | ||
# This has to come after msvc-dev-cmd to overwrite the bad VCPKG_ROOT it sets | ||
run: | | ||
./build_tooling/vcpkg_caching.sh # Linux build-python-wheels needs another call in CIBW | ||
echo -e "VCPKG_BINARY_SOURCES=$VCPKG_BINARY_SOURCES | ||
VCPKG_ROOT=$PLATFORM_VCPKG_ROOT | ||
cmake -P cpp/CMake/CpuCount.cmake | sed 's/^-- //' | tee -a $GITHUB_ENV | ||
|
||
- name: Remove GitHub default packages # To save space | ||
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