Skip to content

Commit 7bc5c4f

Browse files
committed
disable rust because of bitrot
1 parent 483dd63 commit 7bc5c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bb.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242

4343
libsci:compile-all {:doc "Compile libsci and the example C, C++ and rust programs to `libsci/target/`."
4444
:depends [libsci:compile libsci:compile-c
45-
libsci:compile-cpp libsci:compile-rust]}
45+
libsci:compile-cpp #_libsci:compile-rust]}
4646

4747
libsci:test libsci-tasks/test}}

libsci/bb/libsci_tasks.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
(let [{:keys [out]} (p/shell shell-opts "libsci/target/from_cpp \"(+ 1 2)\"")]
148148
(is (= (str/trim out) "3"))))
149149

150-
(testing "rust program"
150+
#_(testing "rust program"
151151
(let [{:keys [out]} (p/shell shell-opts "libsci/target/from-rust \"(+ 1 2)\"")]
152152
(is (= (str/trim out) "3"))))))
153153

0 commit comments

Comments
 (0)