about summary refs log tree commit diff
path: root/tests/run-make/apple-sdk-version
AgeCommit message (Collapse)AuthorLines
2025-06-18Enable automatic cross-compilation in run-make testsJakub Beránek-6/+3
2024-11-22Print env var in --print=deployment-targetMads Marquart-2/+1
The deployment target environment variable is OS-specific, and if you're in a place where you're asking `rustc` for the deployment target, you're likely to also wanna know the environment variable.
2024-09-29Do not specify an SDK version in object filesMads Marquart-0/+9
This is unnecessary, since it ends up being overwritten when linking anyhow, and it feels wrong to embed some arbitrary SDK version in here.
2024-09-29Add run-make test to check the SDK version(s) that rustc producesMads Marquart-0/+87