Skip to content

Commit

Permalink
sccache sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Oct 8, 2024
1 parent cfc4104 commit 5bd8041
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }}

- name: Test module installation as normal user
run: ./bin/passenger-install-apache2-module --auto --force-colors
run: ./bin/passenger-install-apache2-module --auto --force-colors --no-compile

- name: Teardown sccache
run: ./dev/ci/teardown-sccache
Expand All @@ -218,7 +218,7 @@ jobs:
SCCACHE_AZURE_CONNECTION_STRING: ${{ secrets.AZURE_CI_STORAGE_CONNECTION_STRING }}

- name: Test module installation as root
run: sudo -E ./bin/passenger-install-apache2-module --auto --force-colors
run: sudo -E ./bin/passenger-install-apache2-module --auto --force-colors --no-compile --verbose-depcheck
env:
SCCACHE_LOG: debug

Expand Down

0 comments on commit 5bd8041

Please sign in to comment.