diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-04-08 11:48:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-08 11:48:23 +0200 |
| commit | 9510d9835550eafff8071c49e08edaac68ca0738 (patch) | |
| tree | 84be0e959e7c9d5c4d3f3d7aa5d7be6e77fcf103 /src/ci/docker | |
| parent | 7be3084244cf8ad5c924f07a25a87afd4fc04e47 (diff) | |
| parent | 66b3ca0b7f66621e09c88f94f6c1151cc1aed845 (diff) | |
| download | rust-9510d9835550eafff8071c49e08edaac68ca0738.tar.gz rust-9510d9835550eafff8071c49e08edaac68ca0738.zip | |
Rollup merge of #95705 - bstrie:x86nonetier, r=Mark-Simulacrum
Promote x86_64-unknown-none target to Tier 2 and distribute build artifacts This implements https://github.com/rust-lang/compiler-team/issues/499 , in which the compiler team accepted the x86_64-unknown-none target for promotion to a Tier 2 platform.
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-various-2/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/docker/host-x86_64/dist-various-2/Dockerfile b/src/ci/docker/host-x86_64/dist-various-2/Dockerfile index e363c4f79f9..a045666ca8a 100644 --- a/src/ci/docker/host-x86_64/dist-various-2/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-various-2/Dockerfile @@ -111,6 +111,7 @@ ENV TARGETS=$TARGETS,nvptx64-nvidia-cuda ENV TARGETS=$TARGETS,armv7-unknown-linux-gnueabi ENV TARGETS=$TARGETS,armv7-unknown-linux-musleabi ENV TARGETS=$TARGETS,i686-unknown-freebsd +ENV TARGETS=$TARGETS,x86_64-unknown-none # As per https://bugs.launchpad.net/ubuntu/+source/gcc-defaults/+bug/1300211 # we need asm in the search path for gcc-8 (for gnux32) but not in the search path of the |
