Skip to content

Commit 8427b1a

Browse files
committed
ci: update version to 1.62.1.0
1 parent 7811212 commit 8427b1a

23 files changed

+31
-31
lines changed

.github/workflows/build-rust-aarch64-apple-darwin-self-hosted-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
release_version:
1616
description: 'Release Version for generation'
1717
required: true
18-
default: '1.62.0.0'
18+
default: '1.62.1.0'
1919
rust_version:
2020
description: 'Version of esp rust to use'
2121
required: true

.github/workflows/build-rust-aarch64-unknown-linux-gnu-self-hosted-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
release_version:
1616
description: 'Release Version for generation'
1717
required: true
18-
default: '1.62.0.0'
18+
default: '1.62.1.0'
1919
rust_version:
2020
description: 'Version of esp rust to use'
2121
required: true

.github/workflows/build-rust-src-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
release_version:
1515
description: 'Release Version for generation'
1616
required: true
17-
default: '1.62.0.0'
17+
default: '1.62.1.0'
1818
rust_version:
1919
description: 'Version of esp rust to use'
2020
required: true

.github/workflows/build-rust-x86_64-apple-darwin-self-hosted-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
release_version:
1616
description: 'Release Version for generation'
1717
required: true
18-
default: '1.62.0.0'
18+
default: '1.62.1.0'
1919
rust_version:
2020
description: 'Version of esp rust to use'
2121
required: true

.github/workflows/build-rust-x86_64-pc-windows-msvc-self-hosted-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
release_version:
1616
description: 'Release Version for generation'
1717
required: true
18-
default: '1.62.0.0'
18+
default: '1.62.1.0'
1919
rust_version:
2020
description: 'Version of esp rust to use'
2121
required: true

.github/workflows/build-rust-x86_64-unknown-linux-gnu-self-hosted-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
release_version:
1616
description: 'Release Version for generation'
1717
required: true
18-
default: '1.62.0.0'
18+
default: '1.62.1.0'
1919
rust_version:
2020
description: 'Version of esp rust to use'
2121
required: true

.github/workflows/publish-idf-rust-examples-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release version - long 4 places for tag'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414
rust_patch_version:
1515
description: 'Release patch version for generation - 3 places for tag'
1616
required: true
17-
default: '1.62.0'
17+
default: '1.62.1'
1818
rust_minor_version:
1919
description: 'Release minor version - 2 places for tag'
2020
required: true

.github/workflows/publish-idf-rust-image.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release version - long 4 places for tag'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414
rust_patch_version:
1515
description: 'Release patch version for generation - 3 places for tag'
1616
required: true
17-
default: '1.62.0'
17+
default: '1.62.1'
1818
rust_minor_version:
1919
description: 'Release minor version - 2 places for tag'
2020
required: true

.github/workflows/publish-idf-rust-tags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain-version:
1111
description: 'Version of Rust toolchain'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414

1515
jobs:
1616
release-v4_4:

.github/workflows/release-installer-dispatch.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ on:
1010
release_version:
1111
description: 'Release Version for generation'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.62.0'
17+
default: '1.62.1'
1818

1919

2020
# We Break this down into individual jobs to avoid disk space issues

.github/workflows/test-rust-aarch64-apple-darwin-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414
target:
1515
description: 'Target to build (e.g. xtensa-esp32-espidf)'
1616
required: true

.github/workflows/test-rust-x86_64-apple-darwin-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414

1515
jobs:
1616
build-idf-rust-examples:

.github/workflows/test-rust-x86_64-pc-windows-msvc-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414

1515
jobs:
1616
build-idf-rust-examples:

.github/workflows/test-rust-x86_64-pc-windows-msvc-self-hosted-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ARCH: ''
2121
TARGET: win-x64
2222
ASSET_PATH: 'build/dist/esp.zip'
23-
ASSET_NAME: 'rust-1.62.0.0-x86_64-pc-windows-msvc.zip'
23+
ASSET_NAME: 'rust-1.62.1.0-x86_64-pc-windows-msvc.zip'
2424
ASSET_CONTENT_TYPE: 'application/zip'
2525
LLVM_ROOT_OPTION: '--llvm-root=C:/llvm-project'
2626
steps:

.github/workflows/test-rust-x86_64-unknown-linux-gnu-dispatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
toolchain_version:
1111
description: 'Version of Rust IDF toolchain'
1212
required: true
13-
default: '1.62.0.0'
13+
default: '1.62.1.0'
1414
esp_idf_version:
1515
description: 'Version of ESP-IDF for the build'
1616
required: true

Install-RustToolchain.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ param (
44
[String]
55
$ExportFile = '',
66
[String]
7-
$ToolchainVersion = '1.62.0.0',
7+
$ToolchainVersion = '1.62.1.0',
88
[String]
99
$ToolchainDestination = "${HOME}/.rustup/toolchains/esp",
1010
[String]

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ This repository contains:
2929

3030
## Xtensa Installation
3131

32-
Download installer from Release section: [https://github.com/esp-rs/rust-build/releases/tag/v1.62.0.0]
32+
Download installer from Release section: [https://github.com/esp-rs/rust-build/releases/tag/v1.62.1.0]
3333

3434
### Download installer
3535

3636
#### Download installer in Bash
3737

3838
```bash
39-
curl -LO https://github.com/esp-rs/rust-build/releases/download/v1.62.0.0/install-rust-toolchain.sh
39+
curl -LO https://github.com/esp-rs/rust-build/releases/download/v1.62.1.0/install-rust-toolchain.sh
4040
chmod a+x install-rust-toolchain.sh
4141
```
4242

4343
#### Download installer in PowerShell
4444

4545
```powershell
46-
Invoke-WebRequest 'https://github.com/esp-rs/rust-build/releases/download/v1.62.0.0/Install-RustToolchain.ps1' -OutFile .\Install-RustToolchain.ps1
46+
Invoke-WebRequest 'https://github.com/esp-rs/rust-build/releases/download/v1.62.1.0/Install-RustToolchain.ps1' -OutFile .\Install-RustToolchain.ps1
4747
```
4848

4949
### Linux and macOS
@@ -80,7 +80,7 @@ Export variables are displayed at the end of the script.
8080
Installation of different version of toolchain:
8181

8282
```
83-
./install-rust-toolchain.sh --toolchain-version 1.62.0.0 --export-file export-esp-rust.sh
83+
./install-rust-toolchain.sh --toolchain-version 1.62.1.0 --export-file export-esp-rust.sh
8484
source export-esp-rust.sh
8585
```
8686
@@ -131,7 +131,7 @@ Export variables are displayed at the end of the output from the script.
131131
Installation of different version of toolchain:
132132

133133
```sh
134-
./Install-RustToolchain.ps1 --toolchain-version 1.62.0.0 --export-file Export-EspRust.ps1
134+
./Install-RustToolchain.ps1 --toolchain-version 1.62.1.0 --export-file Export-EspRust.ps1
135135
source ./Export-EspRust.ps1
136136
```
137137

Test-RustToolchain.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
param (
33
[Parameter()]
44
[String]
5-
$ToolchainVersion = '1.62.0.0',
5+
$ToolchainVersion = '1.62.1.0',
66
[String]
77
[ValidateSet("xtensa-esp32-espidf", "xtensa-esp32s2-espidf", "xtensa-esp32s3-espidf", "riscv32imc-esp-espidf")]
88
$Target = "xtensa-esp32-espidf",

idf-rust.Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV LANG=C.UTF-8
88
ARG CONTAINER_USER=esp
99
ARG CONTAINER_GROUP=esp
1010
ARG NIGHTLY_TOOLCHAIN_VERSION=nightly
11-
ARG XTENSA_TOOLCHAIN_VERSION=1.62.0.0
11+
ARG XTENSA_TOOLCHAIN_VERSION=1.62.1.0
1212
ARG ESP_IDF_VERSION=""
1313
ARG ESP_BOARD=esp32,esp32s2,esp32s3
1414
ARG INSTALL_RUST_TOOLCHAIN=install-rust-toolchain.sh

install-rust-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44
#set -v
55

66
# Default values
7-
TOOLCHAIN_VERSION="1.62.0.0"
7+
TOOLCHAIN_VERSION="1.62.1.0"
88
RUSTUP_HOME="${RUSTUP_HOME:-${HOME}/.rustup}"
99
CARGO_HOME="${CARGO_HOME:-${HOME}/.cargo}"
1010
TOOLCHAIN_DESTINATION_DIR="${RUSTUP_HOME}/toolchains/esp"

support/rust-build/Repackage-RustRelease.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
$ErrorActionPreference = "Stop"
55

66
$RustVersion="nightly"
7-
$ReleaseVersion="1.62.0.0"
7+
$ReleaseVersion="1.62.1.0"
88

99
if (Test-Path -Path esp -PathType Container) {
1010
Remove-Item -Recurse -Force -Path esp
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
for I in *1.62.0-dev*; do
4-
NEW_NAME=`echo $I | sed -e 's/1.62.0-dev/1.62.0.0/g'`
3+
for I in *1.62.1-dev*; do
4+
NEW_NAME=`echo $I | sed -e 's/1.62.1-dev/1.62.1.0/g'`
55
mv $I $NEW_NAME
66
done
77

test-rust-toolchain.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44

55
# Default values
6-
TOOLCHAIN_VERSION="1.62.0.0"
6+
TOOLCHAIN_VERSION="1.62.1.0"
77
if [ -z "${RUSTUP_HOME}" ]; then
88
RUSTUP_HOME="${HOME}/.rustup"
99
fi

0 commit comments

Comments
 (0)