We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e71d0 commit 0d429d2Copy full SHA for 0d429d2
2 files changed
.github/buildomat/jobs/build-falcon.sh .github/buildomat/jobs/falcon-lab.sh.github/buildomat/jobs/build-falcon.sh renamed to .github/buildomat/jobs/falcon-lab.sh
@@ -53,4 +53,6 @@ gw=$(bmat address ls -f extra -Ho gateway)
53
server=$(ipadm show-addr "$EXT_INTERFACE"/dhcp -po ADDR | sed 's#/.*##g')
54
pfexec ./dhcp-server "$first" "$last" "$gw" "$server" &> /work/dhcp-server.log &
55
56
-RUST_LOG=debug pfexec ./falcon-lab run trio-unnumbered
+RUST_LOG=debug pfexec ./falcon-lab run \
57
+ --dendrite-commit 0c2ab6c341bf9e3802c688961b3bc687b941a144 \
58
+ trio-unnumbered
0 commit comments