cfltk icon indicating copy to clipboard operation
cfltk copied to clipboard

i686 missing / lib_i686-unknown-linux-gnu.tar.gz

Open dd6ds opened this issue 4 months ago • 3 comments

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

dd6ds avatar Aug 07 '25 19:08 dd6ds

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).

MoAlyousef avatar Aug 07 '25 21:08 MoAlyousef

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...

ssrlive avatar Sep 06 '25 12:09 ssrlive

Oops not sure why that wasn't uploaded. I have uploaded it a few moments ago.

MoAlyousef avatar Sep 06 '25 21:09 MoAlyousef