Skip to content

Commit 3658b77

Browse files
Build - Upgrade CXX version to 1.0.155
Any version of CXX above 1.0.155 (starting with 1.0.156) will cause a crash during the test suite. This needs to be investigated.
1 parent 809045b commit 3658b77

4 files changed

Lines changed: 74 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 71 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ thiserror = "2.0.3"
5050
# NOTE: When changing this version number ensure to also update the
5151
# installed 'cxxbridge-cmd' version so it stays in sync; Update it
5252
# here: './scripts/internal/build_mmSolverLibs_*.*'
53-
cxx = "=1.0.129"
53+
cxx = "=1.0.155"
5454

5555
# Crates defined inside this project.
5656
mmcore_cppbind = { path = "./lib/cppbind/mmcore" }

scripts/internal/build_mmSolverLibs_linux.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ then
136136
# './scripts/internal/build_mmSolver_linux.bash'
137137
# './scripts/internal/build_mmSolverLibs_windows64.bat'
138138
# './scripts/internal/build_mmSolverLibs_linux.bash'
139-
${RUST_CARGO_EXE} install cxxbridge-cmd --version 1.0.129
139+
${RUST_CARGO_EXE} install cxxbridge-cmd --version 1.0.155
140140
fi
141141
MMSOLVERLIBS_CXXBRIDGE_EXE="${HOME}/.cargo/bin/cxxbridge"
142142

scripts/internal/build_mmSolverLibs_windows64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ IF %ERRORLEVEL% EQU 1 (
146146
:: './scripts/internal/build_mmSolver_linux.bash'
147147
:: './scripts/internal/build_mmSolverLibs_windows64.bat'
148148
:: './scripts/internal/build_mmSolverLibs_linux.bash'
149-
%RUST_CARGO_EXE% install cxxbridge-cmd --version 1.0.129
149+
%RUST_CARGO_EXE% install cxxbridge-cmd --version 1.0.155
150150
)
151151
SET MMSOLVERLIBS_CXXBRIDGE_EXE="%USERPROFILE%\.cargo\bin\cxxbridge.exe"
152152
:: Convert back-slashes to forward-slashes.

0 commit comments

Comments
 (0)