Skip to content
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

Latest stable release comes with broken rustc: invalid ELF header #18

Open
ghost opened this issue Feb 26, 2018 · 0 comments
Open

Latest stable release comes with broken rustc: invalid ELF header #18

ghost opened this issue Feb 26, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Feb 26, 2018

How to reproduce

docker run  clux/muslrust:stable rustc

Workaround

Use the previous version.

docker run  clux/muslrust:stable-2018-01-01 rustc --version
rustc 1.23.0 (766bd11c8 2018-01-01)

Impact

I would like to use the latest rustc version to benefit from lower build times thanks to (improved) incremental compilation.
Compilation takes 70s for me within docker, but only ~5s on the host, with the same amount of cores (2) and debug mode.

Meta

docker version
Client:
 Version:       17.12.0-ce
 API version:   1.35
 Go version:    go1.9.2
 Git commit:    c97c6d6
 Built: Wed Dec 27 20:03:51 2017
 OS/Arch:       darwin/amd64

Server:
 Engine:
  Version:      17.12.0-ce
  API version:  1.35 (minimum version 1.12)
  Go version:   go1.9.2
  Git commit:   c97c6d6
  Built:        Wed Dec 27 20:12:29 2017
  OS/Arch:      linux/amd64
  Experimental: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants