Skip to content

Commit

Permalink
gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Sep 24, 2024
1 parent 64cffbb commit 7d6be83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/check-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
envs: 'NSS_DIR NSS_TARGET'
copyback: false
prepare: |
pkg install -y rust bash ninja python311 py311-pip
pkg install -y rust bash gmake ninja python311 py311-pip
cd /bin && ln -s $(which python3.11) python
echo "gyp-next>=0.18.1" > req.txt
python -m pip install -r req.txt --break-system-packages
Expand All @@ -60,7 +60,7 @@ jobs:
envs: 'NSS_DIR NSS_TARGET'
copyback: false
prepare: |
pkg_add rust bash ninja py3-pip
pkg_add rust bash gmake ninja py3-pip
cd /bin && ln -s $(which python3) python
echo "gyp-next>=0.18.1" > req.txt
python -m pip install -r req.txt --break-system-packages
Expand All @@ -75,7 +75,7 @@ jobs:
envs: 'NSS_DIR NSS_TARGET'
copyback: false
prepare: |
/usr/sbin/pkg_add rust bash ninja python312 py312-pip
/usr/sbin/pkg_add rust bash gmake ninja python312 py312-pip
cd /bin && ln -s $(which python3.12) python
echo "gyp-next>=0.18.1" > req.txt
python -m pip install -r req.txt --break-system-packages
Expand All @@ -91,10 +91,10 @@ jobs:
envs: 'NSS_DIR NSS_TARGET'
copyback: false
prepare: |
pkg install cargo bash ninja python-39 pip-39
pkg install cargo bash gmake ninja python-39 pip-39
# cd /bin && ln -s $(which python3) python
echo "gyp-next>=0.18.1" > req.txt
python -m pip install -r req.txt --break-system-packages
python -m pip install -r req.txt
run: |
cargo check --all-targets --features ci
RUST_LOG=trace cargo test --features ci --no-fail-fast

0 comments on commit 7d6be83

Please sign in to comment.