cstkingkey

Results 11 issues of cstkingkey

Currently, installer related info created in create subcommand are not shared by other subcommand. Related function can be moved into lib and reused. For example, installer_destination can be used by...

enhancement

when switching target triple, a complete rebuilding is triggered.(all dependencies is rebuiled) finish x86_64 with right msi generated, do x86 task. Then without any modification to rs source, starting x86_64...

bug

Add option to build variants. inspired by cargo deb. For now, this is a concept demonstration.

enhancement

currently, timestamp setting in toml is not used.

enhancement

Firefox has a custom build script for creating dmg for macos installer https://hg.mozilla.org/mozilla-central/raw-file/tip/python/mozbuild/mozbuild/action/make_dmg.py and it supports running under Linux.

run cargo flamegraph --test integration_test -- read_large_string the result show that (1) umya_spreadsheet::helper::coordinate::index_from_coordinate and (2) umya_spreadsheet::structs::cells::Cells::set_fast are the main time consumers. (1) is related to regex and format. (2) hashbrown::raw::RawTable::reserve_rehash...

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue build fltk-rs (https://github.com/fltk-rs/fltk-rs) with https://github.com/fltk-rs/fltk-rs run into -- Could NOT find...

question
c-cpp-deps-issue
A-cmake

= note: warning: unsupported linker arg: -dead_strip warning(link): directory not found for '-L/media/dev/cal-rs/target/x86_64-apple-darwin/debug/build/fltk-sys-b79c45a43c27c1ef/out/build/Release' warning(link): directory not found for '-L/media/dev/cal-rs/target/x86_64-apple-darwin/debug/build/fltk-sys-b79c45a43c27c1ef/out/lib64' warning(link): directory not found for '-L/media/dev/cal-rs/target/x86_64-apple-darwin/debug/build/fltk-sys-b79c45a43c27c1ef/out/lib/Release' warning(link): directory not found for...

always get "you must run ./build.sh first before you can start building compiler-rt"