Skip to content

Commit

Permalink
Change analysis flow
Browse files Browse the repository at this point in the history
  • Loading branch information
G-D-Petrov committed Feb 12, 2024
1 parent 75da69c commit afa3eba
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/analysis_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
runs-on: ubuntu-latest
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:
Expand Down Expand Up @@ -75,25 +77,25 @@ jobs:
with:
version: "v0.4.0"

# We are changing the python here because we want to use the default python to build (it is devel version)
# and this python for the rest of the testing
- name: Select Python (Linux)
run: |
ls /opt/python
echo /opt/python/cp36-cp36m/bin >> $GITHUB_PATH
- 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: |
du -m /mnt/usr/local/lib/ | sort -n | tail -n 50
nohup rm -rf /mnt/usr/local/lib/android &
# We are changing the python here because we want to use the default python to build (it is devel version)
# and this python for the rest of the testing
- name: Select Python (Linux)
run: |
ls /opt/python
echo /opt/python/cp36-cp36m/bin >> $GITHUB_PATH
- name: Install ASV
shell: bash -el {0}
Expand Down

0 comments on commit afa3eba

Please sign in to comment.