summaryrefslogtreecommitdiff
path: root/rules
AgeCommit message (Collapse)Author
7 daysjust-import-cargo: always provide Cargo.toml to build_scriptsHEADmasterKlaus Aehlig
As more and more build scripts use Cargo.toml, routinely provide these files as data for build scripts.
7 days["cargo", "build_script"]: support "extra_data"Klaus Aehlig
Build scripts often require additional data; therefore, extend the rule by a field "extra_data" that will be available when running the build script.
7 daysEXPRESSIONS: Fix dosctring typosPaul Cristian Sarbu
2024-10-09rules-rust: deduplicate stage argumentsAlberto Sartori
2024-07-23rules-rust: bugfix: correctly propagate link args of C dependenciesAlberto Sartori
2024-06-27default target: honor TOOLCHAIN_CONFIG[RUST][PATH]Klaus Aehlig
... instead of hard-coding a vaule. We still keep this value as default. While there, drop unsed value in arguments_config.
2024-06-27docs: Fix small typosPaul Cristian Sarbu
2024-06-27cargo: set env for all actionsKlaus T. Aehlig
... also for those not directly calling rust/cargo tools. In this way, the user can still use the defaults to set the PATH. On certain systems this might be necessary even to get basic programs like cat, awk, etc.
2024-06-25repos.json: split main and testing repositories...Alberto Sartori
...such that user can just-import-git only the strictly required repository.
2024-06-24Initial commitAlberto Sartori
Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com>