Skip to content

Commit 8b29edc

Browse files
Merge pull request #160 from 3DBAG/cjval-image
Removing rust from tools
2 parents d432dfa + 037ddac commit 8b29edc

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ For the changes in the 3DBAG data set, see the [3DBAG release notes](https://doc
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [2025.02.24]
7+
## [2025.03.14]
88

99
Install cjval, val3dity (2.4.0) & cjio in tools image.
1010

tools-build.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ handle_options() {
162162
handle_options "$@"
163163
cd $root_dir || exit
164164

165-
# Install Rust and Cargo
166-
if ! command -v cargo &> /dev/null; then
167-
printf "\n\nInstalling Rust and Cargo...\n\n"
168-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
169-
source $HOME/.cargo/env
170-
fi
171165

172166
if [ "$build_tyler" = true ] ; then
173167
printf "\n\nInstalling Tyler...\n\n"

0 commit comments

Comments
 (0)