diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2023-01-24 21:40:43 +0100 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2023-01-24 21:51:01 +0100 |
| commit | 5b77cb459fd358947ecf2173b5c46a0a5a86a2ee (patch) | |
| tree | 065ca1e7791c4289d3ccaf61f9e13c05612a3b76 /src/ci/docker | |
| parent | 44a500c8c187b245638684748f54bd6ec67e0b25 (diff) | |
| download | rust-5b77cb459fd358947ecf2173b5c46a0a5a86a2ee.tar.gz rust-5b77cb459fd358947ecf2173b5c46a0a5a86a2ee.zip | |
Port pgo.sh to Python
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile index 6bdc88e18f5..5feba4e0605 100644 --- a/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile +++ b/src/ci/docker/host-x86_64/dist-x86_64-linux/Dockerfile @@ -81,7 +81,7 @@ ENV RUST_CONFIGURE_ARGS \ --set rust.jemalloc \ --set rust.use-lld=true \ --set rust.lto=thin -ENV SCRIPT ../src/ci/pgo.sh python3 ../x.py dist \ +ENV SCRIPT python3 ../src/ci/stage-build.py python3 ../x.py dist \ --host $HOSTS --target $HOSTS \ --include-default-paths \ build-manifest bootstrap |
