-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Configure ccache for speeding up grass, addons, and R packages by…
… up to 3.5min (#1310) * CI: Add ccache to ci workflow CI: expire files in cache after 7 days * CI: Add cache key to ccache * CI: Pin ccache action * CI: Set Ncpus: 4 to R setup action CI: Show R Ncpus option used * CI: Increase verbose level of ccache * CI: configure ccache for R package builds
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
#!/usr/bin/env Rscript | ||
getOption("Ncpus", 1L) | ||
install.packages(c("MuMIn", "lme4", "optparse", "snow")) |