Skip to content

Commit

Permalink
Update for rerun 0.15 (#22)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
abey79 authored Apr 24, 2024
1 parent f2a84c6 commit 5a1273e
Show file tree
Hide file tree
Showing 5 changed files with 9,265 additions and 7,208 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: prefix-dev/setup-pixi@v0.3.0
with:
pixi-version: v0.6.0
pixi-version: v0.19.1
cache: true

- run: pixi run build
5 changes: 5 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[files]
extend-exclude = [
".typos.toml",
"cspell.json",
]
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
endif()

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

find_package(Eigen3 REQUIRED)
Expand Down
Loading

0 comments on commit 5a1273e

Please sign in to comment.