Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3359860
D5461.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
863 B
Referenced Files
None
Subscribers
None
D5461.diff
View Options
diff --git a/.buildkite/tunnelbroker_unittests.yml b/.buildkite/tunnelbroker_unittests.yml
--- a/.buildkite/tunnelbroker_unittests.yml
+++ b/.buildkite/tunnelbroker_unittests.yml
@@ -2,8 +2,11 @@
- label: ':nix: Tunnelbroker Unittests'
command:
- 'cd services/tunnelbroker'
- - 'rm -rf build && mkdir build && cd build'
- - 'nix develop --accept-flake-config --command bash -c "cmake .. && make -j"'
- - './bin/runTests --gtest_filter=-AmqpManager*:DatabaseManager*'
+ - 'rm -rf target'
+ - 'nix develop --accept-flake-config -c bash -c "cargo build && cargo test"'
+ - 'cd src/libcpp/test'
+ - 'rm -rf build'
+ - 'nix develop --accept-flake-config -c bash -c "cmake -B build . && make -C build -j"'
+ - 'build/runTests --gtest_filter="-AmqpManager*:DatabaseManager*"'
agents:
- 'mac=true'
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 25, 11:24 AM (21 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2579457
Default Alt Text
D5461.diff (863 B)
Attached To
Mode
D5461: [services] Tunnelbroker - Changing Buildkite commands for Tunnelbroker to run `cargo`
Attached
Detach File
Event Timeline
Log In to Comment