We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b602123 commit 335670fCopy full SHA for 335670f
pixi.toml
@@ -101,7 +101,6 @@ ccache = ">=4.11.2,<5"
101
# Build and generate coverage report
102
# TODO: use a task arg for parallelism https://github.com/prefix-dev/pixi/pull/3433
103
build-tests-ci.cmd = ["cmake", "--build", "build", "-j3"]
104
-build-tests-ci.env = { CC = "ccache $CC", CXX = "ccache $CXX" }
105
build-tests-ci.depends-on = ["clone-xsref", "configure-coverage"]
106
build-tests-ci.cwd = "."
107
# Run tests
0 commit comments