Skip to content

Commit

Permalink
Add ccache for non-distcc
Browse files Browse the repository at this point in the history
  • Loading branch information
Seshpenguin committed Feb 7, 2023
1 parent a1f2edf commit 68346b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -229,6 +229,8 @@ async function buildPackage(pkg: Package) {
"CXX": "ccache distcc g++",
} : {
"ARCH": ARCH,
"CC": "ccache gcc",
"CXX": "ccache g++",
});

// clear old packages from ~/packages/prolinux-nightly/${ARCH}
Expand Down

0 comments on commit 68346b8

Please sign in to comment.