Skip to content

Commit b335fb4

Browse files
authored
Merge pull request #400 from Simple-Robotics/topic/update-pixi
Update pixi lockfile
2 parents b1d3314 + 4d3aaf1 commit b335fb4

4 files changed

Lines changed: 2140 additions & 2361 deletions

File tree

.github/workflows/macos-linux-pixi.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -75,37 +75,37 @@ jobs:
7575
run: |
7676
pixi run -e ${{ matrix.environment }} ccache -sv
7777
78-
aligator-pixi-build:
79-
name: Pixi build - ${{ matrix.os }}
80-
runs-on: ${{ matrix.os }}
81-
82-
strategy:
83-
fail-fast: false
84-
matrix:
85-
os: [ubuntu-latest, macos-latest, macos-15-intel]
86-
87-
steps:
88-
- uses: actions/checkout@v5
89-
with:
90-
submodules: recursive
91-
92-
- uses: prefix-dev/setup-pixi@v0.9.3
93-
env:
94-
CMAKE_BUILD_PARALLEL_LEVEL: 2
95-
with:
96-
cache: false # avoid symbol collision issues due to preinstalled project
97-
environments: test-pixi-build
98-
99-
- name: Test package
100-
run: |
101-
pixi run -e test-pixi-build test
78+
# aligator-pixi-build:
79+
# name: Pixi build - ${{ matrix.os }}
80+
# runs-on: ${{ matrix.os }}
81+
82+
# strategy:
83+
# fail-fast: false
84+
# matrix:
85+
# os: [ubuntu-latest, macos-latest, macos-15-intel]
86+
87+
# steps:
88+
# - uses: actions/checkout@v5
89+
# with:
90+
# submodules: recursive
91+
92+
# - uses: prefix-dev/setup-pixi@v0.9.3
93+
# env:
94+
# CMAKE_BUILD_PARALLEL_LEVEL: 2
95+
# with:
96+
# cache: false # avoid symbol collision issues due to preinstalled project
97+
# environments: test-pixi-build
98+
99+
# - name: Test package
100+
# run: |
101+
# pixi run -e test-pixi-build test
102102

103103
check:
104104
name: check-macos-linux-pixi
105105

106106
needs:
107107
- aligator-pixi
108-
- aligator-pixi-build
108+
# - aligator-pixi-build
109109

110110
runs-on: ubuntu-latest
111111

cmake

0 commit comments

Comments
 (0)