From d5a716cf65ba209e3e9622dd5538acab49d7a341 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sun, 16 Jun 2024 20:56:30 +0300 Subject: CI: bump Rust to 1.79.0 --- docker/ubuntu_18.04-build-tools.dockerfile | 6 +++--- docker/ubuntu_18.04-i686.dockerfile | 2 +- docker/ubuntu_20.04-build-tools.dockerfile | 6 +++--- docker/ubuntu_22.04-build-tools.dockerfile | 6 +++--- docker/ubuntu_23.10-build-tools.dockerfile | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docker/ubuntu_18.04-build-tools.dockerfile b/docker/ubuntu_18.04-build-tools.dockerfile index 0d635a5e..059f3fb5 100644 --- a/docker/ubuntu_18.04-build-tools.dockerfile +++ b/docker/ubuntu_18.04-build-tools.dockerfile @@ -1,10 +1,10 @@ # All the programs and libraries necessary to build Newsboat. Contains GCC 8 -# and Rust 1.77.1 by default. +# and Rust 1.79.0 by default. # # Configurable via build-args: # # - cxx_package -- additional Ubuntu packages to install. Default: g++-8 -# - rust_version -- Rust version to install. Default: 1.77.1 +# - rust_version -- Rust version to install. Default: 1.79.0 # - cc -- C compiler to use. This gets copied into CC environment variable. # Default: gcc-8 # - cxx -- C++ compiler to use. This gets copied into CXX environment variable. @@ -97,7 +97,7 @@ ENV LC_ALL en_US.UTF-8 USER builder WORKDIR /home/builder/src -ARG rust_version=1.77.1 +ARG rust_version=1.79.0 RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \ && chmod +x $HOME/rustup.sh \ diff --git a/docker/ubuntu_18.04-i686.dockerfile b/docker/ubuntu_18.04-i686.dockerfile index 800389d7..aa7dbad2 100644 --- a/docker/ubuntu_18.04-i686.dockerfile +++ b/docker/ubuntu_18.04-i686.dockerfile @@ -86,7 +86,7 @@ RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \ && chmod +x $HOME/rustup.sh \ && $HOME/rustup.sh -y \ --default-host i686-unknown-linux-gnu \ - --default-toolchain 1.77.1 \ + --default-toolchain 1.79.0 \ && chmod a+w $HOME/.cargo ENV HOME /home/builder diff --git a/docker/ubuntu_20.04-build-tools.dockerfile b/docker/ubuntu_20.04-build-tools.dockerfile index 66184154..1a1d6fb8 100644 --- a/docker/ubuntu_20.04-build-tools.dockerfile +++ b/docker/ubuntu_20.04-build-tools.dockerfile @@ -1,10 +1,10 @@ # All the programs and libraries necessary to build Newsboat with newer -# compilers. Contains GCC 9 and Rust 1.77.1 by default. +# compilers. Contains GCC 9 and Rust 1.79.0 by default. # # Configurable via build-args: # # - cxx_package -- additional Ubuntu packages to install. Default: g++-9 -# - rust_version -- Rust version to install. Default: 1.77.1 +# - rust_version -- Rust version to install. Default: 1.79.0 # - cc -- C compiler to use. This gets copied into CC environment variable. # Default: gcc-9 # - cxx -- C++ compiler to use. This gets copied into CXX environment variable. @@ -97,7 +97,7 @@ ENV LC_ALL en_US.UTF-8 USER builder WORKDIR /home/builder/src -ARG rust_version=1.77.1 +ARG rust_version=1.79.0 RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \ && chmod +x $HOME/rustup.sh \ diff --git a/docker/ubuntu_22.04-build-tools.dockerfile b/docker/ubuntu_22.04-build-tools.dockerfile index 0daefddf..93b2a5d9 100644 --- a/docker/ubuntu_22.04-build-tools.dockerfile +++ b/docker/ubuntu_22.04-build-tools.dockerfile @@ -1,10 +1,10 @@ # All the programs and libraries necessary to build Newsboat with newer -# compilers. Contains GCC 12 and Rust 1.77.1 by default. +# compilers. Contains GCC 12 and Rust 1.79.0 by default. # # Configurable via build-args: # # - cxx_package -- additional Ubuntu packages to install. Default: g++-12 -# - rust_version -- Rust version to install. Default: 1.77.1 +# - rust_version -- Rust version to install. Default: 1.79.0 # - cc -- C compiler to use. This gets copied into CC environment variable. # Default: gcc-12 # - cxx -- C++ compiler to use. This gets copied into CXX environment variable. @@ -98,7 +98,7 @@ ENV LC_ALL en_US.UTF-8 USER builder WORKDIR /home/builder/src -ARG rust_version=1.77.1 +ARG rust_version=1.79.0 RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \ && chmod +x $HOME/rustup.sh \ diff --git a/docker/ubuntu_23.10-build-tools.dockerfile b/docker/ubuntu_23.10-build-tools.dockerfile index 22f20894..46d49a6a 100644 --- a/docker/ubuntu_23.10-build-tools.dockerfile +++ b/docker/ubuntu_23.10-build-tools.dockerfile @@ -1,10 +1,10 @@ # All the programs and libraries necessary to build Newsboat with newer -# compilers. Contains GCC 13 and Rust 1.77.1 by default. +# compilers. Contains GCC 13 and Rust 1.79.0 by default. # # Configurable via build-args: # # - cxx_package -- additional Ubuntu packages to install. Default: g++-13 -# - rust_version -- Rust version to install. Default: 1.77.1 +# - rust_version -- Rust version to install. Default: 1.79.0 # - cc -- C compiler to use. This gets copied into CC environment variable. # Default: gcc-13 # - cxx -- C++ compiler to use. This gets copied into CXX environment variable. @@ -99,7 +99,7 @@ ENV LC_ALL en_US.UTF-8 USER builder WORKDIR /home/builder/src -ARG rust_version=1.77.1 +ARG rust_version=1.79.0 RUN wget -O $HOME/rustup.sh --secure-protocol=TLSv1_2 https://sh.rustup.rs \ && chmod +x $HOME/rustup.sh \ -- cgit v1.2.3