Skip to content

Commit

Permalink
ci: Use the mold linker to speed tests up
Browse files Browse the repository at this point in the history
  • Loading branch information
rgacogne committed Feb 28, 2024
1 parent 524ce4f commit a7af33f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
run:
working-directory: ./pdns-${{ env.BUILDER_VERSION }}
steps:
- uses: rui314/setup-mold@v1
- uses: actions/checkout@v4
with:
fetch-depth: 5
Expand Down Expand Up @@ -115,6 +116,7 @@ jobs:
run:
working-directory: ./pdns/recursordist/pdns-recursor-${{ env.BUILDER_VERSION }}
steps:
- uses: rui314/setup-mold@v1
- uses: actions/checkout@v4
with:
fetch-depth: 5
Expand Down Expand Up @@ -189,6 +191,7 @@ jobs:
run:
working-directory: ./pdns/dnsdistdist/dnsdist-${{ env.BUILDER_VERSION }}
steps:
- uses: rui314/setup-mold@v1
- uses: actions/checkout@v4
with:
fetch-depth: 5
Expand Down

0 comments on commit a7af33f

Please sign in to comment.