Skip to content

Commit 378e946

Browse files
Wumpfteh-cmc
andauthored
Add explicit sysroot_linux to ensure glibc>=2.17 since this is needed by rustc (#15)
* Add explicit sysroot_linux to ensure glibc>=2.17 since this is needed by rustc * update pixi on ci * better comment Co-authored-by: Clement Rey <[email protected]> --------- Co-authored-by: Clement Rey <[email protected]>
1 parent 073fdd6 commit 378e946

File tree

3 files changed

+709
-843
lines changed

3 files changed

+709
-843
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212

13-
- uses: prefix-dev/setup-pixi@v0.5.2
13+
- uses: prefix-dev/setup-pixi@v0.8.0
1414
with:
15-
pixi-version: v0.19.0
15+
pixi-version: v0.26.1
1616
cache: true
1717

1818
- run: pixi run build

0 commit comments

Comments
 (0)