Migrate cdylib-dylib-linkage
run-make
test to rmake by Oneirical · Pull Request #128245 · rust-lang/rust (original) (raw)
Part of #121876 and the associated Google Summer of Code project.
Those sysroot tests are always fun. I'm getting local errors that don't make a lot of sense about my own sysroot not existing, so I am trying this in CI to see what happens.
EDIT: I am getting the same error here. The strange thing is, when I try to navigate to /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib
on my personal computer, the directory does exist, but the error message is that the directory does not.
EDIT 2: The sysroot path just needed to be trimmed!
Please try:
// try-job: x86_64-msvc // passed previously
try-job: x86_64-mingw
try-job: x86_64-gnu-llvm-18
try-job: i686-msvc
try-job: aarch64-apple