aboutsummaryrefslogtreecommitdiff
path: root/ci.sh
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-07-05 19:16:45 +0200
committerDario Nieuwenhuis <[email protected]>2023-07-05 19:20:49 +0200
commita42ac86f1b71700632b77196ad506587774ae976 (patch)
tree220cf7195f05ee8ad4b9956ac3539c6e56d7c405 /ci.sh
parentc6cd69887c64e22575442359040a890f32719295 (diff)
Remove wifi envvars. They're annoying, they cause rust-analyzer errors when opening the examples.
Diffstat (limited to 'ci.sh')
-rwxr-xr-xci.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/ci.sh b/ci.sh
index a03efb856..376cc8f44 100755
--- a/ci.sh
+++ b/ci.sh
@@ -5,10 +5,6 @@ set -euo pipefail
5export RUSTFLAGS=-Dwarnings 5export RUSTFLAGS=-Dwarnings
6export DEFMT_LOG=trace,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info 6export DEFMT_LOG=trace,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info
7 7
8# needed by wifi examples
9export WIFI_NETWORK=x
10export WIFI_PASSWORD=x
11
12TARGET=$(rustc -vV | sed -n 's|host: ||p') 8TARGET=$(rustc -vV | sed -n 's|host: ||p')
13 9
14BUILD_EXTRA="" 10BUILD_EXTRA=""