Skip to content

Commit 74f4983

Browse files
committed
set env vars
1 parent 3a00708 commit 74f4983

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
with:
5454
name: cov-html
5555
path: build/coverage_report/**
56-
run: pixi run --environment=tests-ci tests-ci
5756
- name: Ccache performance
5857
shell: bash -l {0}
5958
run: pixi run --environment=tests-ci ccache -s

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ ccache = ">=4.11.2,<5"
9999
# Build and generate coverage report
100100
# TODO: use a task arg for parallelism https://github.com/prefix-dev/pixi/pull/3433
101101
build-tests-ci.cmd = ["cmake", "--build", "build", "-j3"]
102+
build-tests-ci.env = { CC = "ccache $CC", CXX = "ccache $CXX" }
102103
build-tests-ci.depends-on = ["clone-xsref", "configure-coverage"]
103104
build-tests-ci.cwd = "."
104105
# Run tests

0 commit comments

Comments
 (0)