diff options
| author | bors <bors@rust-lang.org> | 2019-06-15 10:18:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-06-15 10:18:09 +0000 |
| commit | dbebcee8d07b77eae3725988879001e6205c6e47 (patch) | |
| tree | ab9ec9225a499924eba707ca02369bb22f53945d /src/ci/docker | |
| parent | 9f8cd9da7b6380b5658163141c767a321f5f0f62 (diff) | |
| parent | f8f9a2869cce570c994d96afb82f4162b1b44cca (diff) | |
| download | rust-dbebcee8d07b77eae3725988879001e6205c6e47.tar.gz rust-dbebcee8d07b77eae3725988879001e6205c6e47.zip | |
Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton
Limit dylib symbols This makes `windows-gnu` match the behavior of `windows-msvc`. It probably doesn't make sense to export these symbols on other platforms either.
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/test-various/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ci/docker/test-various/Dockerfile b/src/ci/docker/test-various/Dockerfile index 611a24a69bd..c45b1a9a0f1 100644 --- a/src/ci/docker/test-various/Dockerfile +++ b/src/ci/docker/test-various/Dockerfile @@ -15,10 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ wget \ patch -# FIXME: build the `ptx-linker` instead. -RUN curl -sL https://github.com/denzp/rust-ptx-linker/releases/download/v0.9.0-alpha.2/rust-ptx-linker.linux64.tar.gz | \ - tar -xzvC /usr/bin - RUN curl -sL https://nodejs.org/dist/v9.2.0/node-v9.2.0-linux-x64.tar.xz | \ tar -xJ |
