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: better parallelism for functionality-test build #1805

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
revert parallel make install
  • Loading branch information
kinkie committed Apr 29, 2024
commit 6e5d385ce39d8c07257eb5cc94cc299f457a9987
3 changes: 2 additions & 1 deletion .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:

- run: ./bootstrap.sh
- run: ./configure --with-openssl
- run: make -j`nproc`
- run: |
sudo make -j`nproc` install
sudo make install
sudo chown -R nobody:nogroup /usr/local/squid

- run: ./test-suite/test-functionality.sh
Expand Down
Loading