Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kbuild: rust_is_available: check that output looks as expected | Miguel Ojeda | 2023-08-10 | 1 | -0/+28 |
* | kbuild: rust_is_available: handle failures calling `$RUSTC`/`$BINDGEN` | Miguel Ojeda | 2023-08-10 | 1 | -2/+26 |
* | kbuild: rust_is_available: normalize version matching | Miguel Ojeda | 2023-08-10 | 1 | -4/+5 |
* | kbuild: rust_is_available: fix confusion when a version appears in the path | Miguel Ojeda | 2023-08-10 | 1 | -3/+1 |
* | kbuild: rust_is_available: check that environment variables are set | Miguel Ojeda | 2023-08-09 | 1 | -0/+29 |
* | kbuild: rust_is_available: add check for `bindgen` invocation | Miguel Ojeda | 2023-08-09 | 1 | -1/+21 |
* | kbuild: rust_is_available: print docs reference | Miguel Ojeda | 2023-08-09 | 1 | -0/+17 |
* | kbuild: rust_is_available: fix version check when CC has multiple arguments | Russell Currey | 2023-08-09 | 1 | -2/+2 |
* | kbuild: rust_is_available: remove -v option | Masahiro Yamada | 2023-08-09 | 1 | -56/+40 |
* | scripts: add `rust_is_available.sh` | Miguel Ojeda | 2022-09-28 | 1 | -0/+160 |