This repository was archived by the owner on Jun 21, 2023. It is now read-only.
Commit 250d7aa
committed
CI: Precompile packages to prevent timeouts
When the linter runs it first needs to compile the packages, this can
cause timeouts on the linter.
We could bump the timeout on the linter, but instead we can just
precompile the packages so the linter doesn't have to, which takes
compilation out of the equation for the linter timeout.
(cherry picked from commit 8056426)
Signed-off-by: Brian Goff <cpuguy83@gmail.com>1 parent dd762ec commit 250d7aa
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
0 commit comments