We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 483dd63 commit 7bc5c4fCopy full SHA for 7bc5c4f
bb.edn
@@ -42,6 +42,6 @@
42
43
libsci:compile-all {:doc "Compile libsci and the example C, C++ and rust programs to `libsci/target/`."
44
:depends [libsci:compile libsci:compile-c
45
- libsci:compile-cpp libsci:compile-rust]}
+ libsci:compile-cpp #_libsci:compile-rust]}
46
47
libsci:test libsci-tasks/test}}
libsci/bb/libsci_tasks.clj
@@ -147,7 +147,7 @@
147
(let [{:keys [out]} (p/shell shell-opts "libsci/target/from_cpp \"(+ 1 2)\"")]
148
(is (= (str/trim out) "3"))))
149
150
- (testing "rust program"
+ #_(testing "rust program"
151
(let [{:keys [out]} (p/shell shell-opts "libsci/target/from-rust \"(+ 1 2)\"")]
152
(is (= (str/trim out) "3"))))))
153
0 commit comments