-
Notifications
You must be signed in to change notification settings - Fork 9
Bump toolchain version and MSRV #135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@wks I had some attempts on the issues. I can't reproduce it on moma machines. So I just debug it with our CI. I haven't fixed it yet. Here are what I found. I logged the error. It should be this (https://github.com/mmtk/mmtk-jikesrvm/actions/runs/4214308783/jobs/7314873252): error[E0463]: can't find crate for `core`
|
= note: the `i686-unknown-linux-gnu` target may not be installed
= help: consider downloading the target with `rustup target add i686-unknown-linux-gnu`So I tried to use = note: /usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.a when searching for -lz
/usr/bin/ld: cannot find -lz: No such file or directory
/usr/bin/ld: skipping incompatible /usr/lib/x86_64-linux-gnu/libz.so when searching for -lz
collect2: error: ld returned 1 exit status
error: could not compile `mmtk` due to previous error |
|
I guess the i686 target depends on a 32-bit version of libz, which needs to be installed via apt-get. |
c8b9dde to
c3279bc
Compare
Yeah. That fixed the problem. Basically, we need to supply |
9e479ee to
671c4bc
Compare
|
We should merge this after mmtk/mmtk-core#756, and change the mmtk dependency to the new commit of mmtk/mmtk-core#756. |
No description provided.