forked from ariel-os/ariel-os
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DNM: Let xtensa in but unset the LIBCLANG_PATH it injects
- Loading branch information
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -66,10 +66,10 @@ jobs: | |
# rustfmt: Used by bindgen for liboscore | ||
components: rust-src, rustfmt | ||
|
||
# - name: Install Rust for Xtensa | ||
# uses: esp-rs/[email protected] | ||
# with: | ||
# buildtargets: esp32s3 | ||
- name: Install Rust for Xtensa | ||
uses: esp-rs/[email protected] | ||
with: | ||
buildtargets: esp32s3 | ||
|
||
- name: rust cache | ||
if: steps.result-cache.outputs.cache-hit != 'true' | ||
|
@@ -117,7 +117,7 @@ jobs: | |
run: | | ||
sccache --start-server || true # work around https://github.com/ninja-build/ninja/issues/2052 | ||
CONFIG_WIFI_NETWORK='test' CONFIG_WIFI_PASSWORD='password' laze -C examples/coap build -b nrf52840dk --partition hash:${{ matrix.partition }} | ||
LIBCLANG_PATH= CONFIG_WIFI_NETWORK='test' CONFIG_WIFI_PASSWORD='password' laze -C examples/coap build -b nrf52840dk --partition hash:${{ matrix.partition }} | ||
cargo-test: | ||
runs-on: ubuntu-latest | ||
|