summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-12-19 16:28:44 -0800
committerEli Schwartz <eschwartz93@gmail.com>2024-12-20 04:07:05 -0500
commit79fc8941c5d3855ebd76aad90550081e455cc50f (patch)
tree4469be84ed0e1840a1f2f05444353f3b23dadc88 /.github/workflows
parent21614ac00bbec87eefaddb76cd7a25413d3f9752 (diff)
downloadmeson-79fc8941c5d3855ebd76aad90550081e455cc50f.tar.gz
modules/rust: Specify the compiler version to bindgen when possible
bindgen by default may output code that an older rustc cannot successfully consume. To avoid this, we check if bindgen supports the rustc version we're using, if so, and if the user didn't set the `--rust-target` option, we will supply it to ensure that bindgen writes out code our rustc can use. If it does not support that version explicitly, we leave it at the default, assuming that our compiler version is newer than bindgen.
Diffstat (limited to '.github/workflows')
0 files changed, 0 insertions, 0 deletions