SvelteRust

Results 44 comments of SvelteRust
trafficstars

Hmm lets see... ``` tree must always be Git variant if is_managed_espidf is true stack backtrace: 0: rust_begin_unwind at /rustc/97c81e1b537088f1881c8894ee8579812ed9b6d1/library/std/sr 1: core::panicking::panic_fmt at /rustc/97c81e1b537088f1881c8894ee8579812ed9b6d1/library/core/s 2: build_script_build::native::cargo_driver::build at ./build/native/cargo_driver.rs:261:13 3: build_script_build::native::build...

I must be failing to patch something because the PR looks good

Trying this: ![image](https://github.com/esp-rs/embuild/assets/85593302/c063e061-1331-4585-b8c4-51b7d6b665bc) Gives: ``` fatal: not a git repository (or any of the parent directories): .git Using activated esp-idf v5.1.0 environment at '/nix/store/bmckqqb26qy16agaql75m5w1bwi4kp51-esp-idf-v5.1' fatal: not a git repository (or...

``` Compiling esp-idf-sys v0.33.2 (https://github.com/knarkzel/esp-idf-sys.git?branch=hailey#7c0fac0e) The following warnings were emitted during compilation: warning: Configuring first supported MCU 'esp32c3' derived from the build target 'riscv32imc-esp-espidf' supporting MCUs [esp32c3, esp32c2]; explicitly specify...

It seems the pull request fixed one issue, but there's several other places that must be fixed

It's possible, just not recommended. Everything in `/nix/store` is immutable. I tried quickly, but ran into some issue.

Got the same issue (with managed disabled) when using shell that lets `esp-idf-sys` build from scratch: ``` /nix/store/y8wfrgk7br5rfz4221lfb9v8w3n0cnyd-glibc-2.37-8-dev/include/limits.h:145:5: error: function-like macro '__GLIBC_USE' is not defined /nix/store/y8wfrgk7br5rfz4221lfb9v8w3n0cnyd-glibc-2.37-8-dev/include/limits.h:184:5: error: function-like macro '__GLIBC_USE'...