i686 missing / lib_i686-unknown-linux-gnu.tar.gz
Hello, could you build & release "lib_i686-unknown-linux-gnu.tar.gz" please
Cargo.toml fltk = { version = "1.5.10", features = ["fltk-bundled"] }
Download bundled libraries from "https://github.com/MoAlyousef/cfltk/releases/latest/download/lib_i686-unknown-linux-gnu.tar.gz" failed
Thanks
Hi @dd6ds Unfortunately creating bundles is currently limited by what's provided in github actions, which currently don't support linux i686. Cross-compiling is also prone to breakage whenever github actions changes anything in the runner (which I've run into before when cross-compiling for arm64 linux).
Please add back lib_x86_64-apple-darwin target
thread 'main' panicked at /Users/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fltk-sys-1.5.14/build/bundled.rs:30:13:
Download bundled libraries from "https://github.com/MoAlyousef/cfltk/releases/latest/download/lib_x86_64-apple-darwin.tar.gz" failed
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
Oops not sure why that wasn't uploaded. I have uploaded it a few moments ago.