Skip to content

Commit

Permalink
CI: build with --disable-dependency-tracking
Browse files Browse the repository at this point in the history
We only build once in CI, so dependency tracking isn't needed.
This saves 3-4 minutes in CI.
  • Loading branch information
lazka committed Jun 18, 2023
1 parent a556be7 commit 2a34d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
shell: msys2 {0}
run: |
(cd winsup && ./autogen.sh)
./configure
./configure --disable-dependency-tracking
make -j8
- name: Install
Expand Down

0 comments on commit 2a34d37

Please sign in to comment.