Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI/Build] Build on Ubuntu 20.04 instead of 22.04 #6517

Merged
merged 9 commits into from
Jul 19, 2024
Prev Previous commit
Next Next commit
Don't wait 1.5 hours for me to let it install libsodium
  • Loading branch information
tlrmchlsmth committed Jul 18, 2024
commit 7207048b8f125db375c94ceef0c598a6359a0a5c
2 changes: 1 addition & 1 deletion .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:
fast_check: true
fast_check_only: true
commands:
- apt-get install curl libsodium23 && pytest -v -s tensorizer_loader # Tensorizer
- apt-get install -y curl libsodium23 && pytest -v -s tensorizer_loader # Tensorizer
- pytest -v -s metrics # Metrics
- "pip install \
opentelemetry-sdk \
Expand Down
Loading