Skip to content

Commit 5a1273e

Browse files
authored
Update for rerun 0.15 (#22)
* Updated pixi.toml to support linux-aarch64 + clean- * update pixi version in CI * bumped rerun and pixi versions * add typos config file and exclude cspell
1 parent f2a84c6 commit 5a1273e

File tree

5 files changed

+9265
-7208
lines changed

5 files changed

+9265
-7208
lines changed

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: prefix-dev/[email protected]
1313
with:
14-
pixi-version: v0.6.0
14+
pixi-version: v0.19.1
1515
cache: true
1616

1717
- run: pixi run build

.typos.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[files]
2+
extend-exclude = [
3+
".typos.toml",
4+
"cspell.json",
5+
]

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
99
endif()
1010

1111
include(FetchContent)
12-
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.14.1/rerun_cpp_sdk.zip)
12+
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.15.1/rerun_cpp_sdk.zip)
1313
FetchContent_MakeAvailable(rerun_sdk)
1414

1515
find_package(Eigen3 REQUIRED)

0 commit comments

Comments
 (0)