toltec icon indicating copy to clipboard operation
toltec copied to clipboard

Folly build broken

Open Eeems opened this issue 8 months ago • 0 comments

Describe the issue Building folly is currently broken

To Reproduce Steps to reproduce the behaviour:

  1. Attempt to build folly
  2. It will fail to build

Expected behaviour It should build successfully.

Upstream issue https://github.com/bkirwi/folly/issues/2

Additional context https://github.com/toltec-dev/toltec/actions/runs/6686361561/job/18165646849?pr=700#step:4:125

[   ERROR] toltec.builder: folly [rmall]: error: failed to run custom build command for `tflite v0.9.4 (https://github.com/bkirwi/tflite-rs?rev=4212a1bf33ebbcbf535b162cc591d46c7d054d92#4212a1bf)`
[   ERROR] toltec.builder: folly [rmall]: 
[   ERROR] toltec.builder: folly [rmall]: Caused by:
[   ERROR] toltec.builder: folly [rmall]: process didn't exit successfully: `/src/target/release/build/tflite-afdb010debeb3618/build-script-build` (exit status: 101)
[   ERROR] toltec.builder: folly [rmall]: --- stderr
[   ERROR] toltec.builder: folly [rmall]: thread 'main' panicked at '"aligned_storage_type_(unnamed_struct_at_/opt/x-tools/arm-remarkable-linux-gnueabihf/arm-remarkable-linux-gnueabihf/include/c++/10_3_0/type_traits_2074_2)" is not a valid Ident', /root/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.26/src/fallback.rs:696:9
[   ERROR] toltec.builder: folly [rmall]: note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[   ERROR] toltec.builder: folly [rmall]: warning: build failed, waiting for other jobs to finish...
[   ERROR] toltec.builder: folly [rmall]: error: build failed
[   ERROR] toltec.builder: folly [rmall]: build() failed

Eeems avatar Oct 29 '23 23:10 Eeems