diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-07-05 19:16:45 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2023-07-05 19:20:49 +0200 |
| commit | a42ac86f1b71700632b77196ad506587774ae976 (patch) | |
| tree | 220cf7195f05ee8ad4b9956ac3539c6e56d7c405 /ci.sh | |
| parent | c6cd69887c64e22575442359040a890f32719295 (diff) | |
Remove wifi envvars. They're annoying, they cause rust-analyzer errors when opening the examples.
Diffstat (limited to 'ci.sh')
| -rwxr-xr-x | ci.sh | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -5,10 +5,6 @@ set -euo pipefail | |||
| 5 | export RUSTFLAGS=-Dwarnings | 5 | export RUSTFLAGS=-Dwarnings |
| 6 | export DEFMT_LOG=trace,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info | 6 | export DEFMT_LOG=trace,embassy_net_esp_hosted=debug,cyw43=info,cyw43_pio=info,smoltcp=info |
| 7 | 7 | ||
| 8 | # needed by wifi examples | ||
| 9 | export WIFI_NETWORK=x | ||
| 10 | export WIFI_PASSWORD=x | ||
| 11 | |||
| 12 | TARGET=$(rustc -vV | sed -n 's|host: ||p') | 8 | TARGET=$(rustc -vV | sed -n 's|host: ||p') |
| 13 | 9 | ||
| 14 | BUILD_EXTRA="" | 10 | BUILD_EXTRA="" |
