summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-09update rules-ccKlaus Aehlig
2024-07-08Update rules-cc rulesPaul Cristian Sarbu
2024-07-02update rulesKlaus Aehlig
2024-07-02update rules-ccKlaus Aehlig
2024-06-28rules-rust: add "getting-started" tutorialAlberto Sartori
Through this tutorial the user will learn how to define Rust binaries, libraries, tests and the default toolchain configuration.
2024-06-28rules-rust: update README.mdAlberto Sartori
Add a section on how to import the repository.
2024-06-27just-import-cargo: rename generated targets file for defaultsKlaus Aehlig
... to avoid clashes with the existing target files when importing into a larger project.
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-25Update rules-ccKlaus Aehlig
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-24just-import-git: make rust-rules default to a public upstream repositoryKlaus Aehlig
... now that the rules are published.
2024-06-24Initial commitAlberto Sartori
Co-authored-by: Klaus Aehlig <klaus.aehlig@huawei.com>