Skip to content

Commit

Permalink
ci: bump up version to 1.61.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed May 17, 2022
1 parent 8046203 commit e86a943
Show file tree
Hide file tree
Showing 21 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-rust-src-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-idf-rust-examples-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
release_version:
description: 'Release version - long 4 places for tag'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_patch_version:
description: 'Release patch version for generation - 3 places for tag'
required: true
default: '1.60.0'
default: '1.61.0'
rust_minor_version:
description: 'Release minor version - 2 places for tag'
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-idf-rust-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
release_version:
description: 'Release version - long 4 places for tag'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_patch_version:
description: 'Release patch version for generation - 3 places for tag'
required: true
default: '1.60.0'
default: '1.61.0'
rust_minor_version:
description: 'Release minor version - 2 places for tag'
required: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-installer-dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
release_version:
description: 'Release Version for generation'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
rust_version:
description: 'Version of esp rust to use'
required: true
default: '1.60.0'
default: '1.61.0'


# We Break this down into individual jobs to avoid disk space issues
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
toolchain_version:
description: 'Version of Rust IDF toolchain'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
target:
description: 'Target to build (e.g. xtensa-esp32-espidf)'
required: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
toolchain_version:
description: 'Version of Rust IDF toolchain'
required: true
default: '1.60.0.1'
default: '1.61.0.0'

jobs:
build-idf-rust-examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
toolchain_version:
description: 'Version of Rust IDF toolchain'
required: true
default: '1.60.0.1'
default: '1.61.0.0'

jobs:
build-idf-rust-examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ARCH: ''
TARGET: win-x64
ASSET_PATH: 'build/dist/esp.zip'
ASSET_NAME: 'rust-1.60.0.1-x86_64-pc-windows-msvc.zip'
ASSET_NAME: 'rust-1.61.0.0-x86_64-pc-windows-msvc.zip'
ASSET_CONTENT_TYPE: 'application/zip'
LLVM_ROOT_OPTION: '--llvm-root=C:/llvm-project'
steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
toolchain_version:
description: 'Version of Rust IDF toolchain'
required: true
default: '1.60.0.1'
default: '1.61.0.0'
esp_idf_version:
description: 'Version of ESP-IDF for the build'
required: true
Expand Down
2 changes: 1 addition & 1 deletion Install-RustToolchain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ param (
[String]
$ExportFile = '',
[String]
$ToolchainVersion = '1.60.0.1',
$ToolchainVersion = '1.61.0.0',
[String]
$ToolchainDestination = "${HOME}/.rustup/toolchains/esp",
[String]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Export variables are displayed at the end of the output from the script.
Installation of different version of toolchain:

```
./Install-RustToolchain.sh --toolchain-version 1.60.0.1 --export-file Export-EspRust.ps1
./Install-RustToolchain.sh --toolchain-version 1.61.0.0 --export-file Export-EspRust.ps1
source ./Export-EspRust.ps1
```

Expand Down
2 changes: 1 addition & 1 deletion Test-RustToolchain.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
param (
[Parameter()]
[String]
$ToolchainVersion = '1.60.0.1',
$ToolchainVersion = '1.61.0.0',
[String]
[ValidateSet("xtensa-esp32-espidf", "xtensa-esp32s2-espidf", "xtensa-esp32s3-espidf", "riscv32imc-esp-espidf")]
$Target = "xtensa-esp32-espidf",
Expand Down
6 changes: 3 additions & 3 deletions install-rust-toolchain.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Default values
TOOLCHAIN_VERSION="1.60.0.1"
TOOLCHAIN_VERSION="1.61.0.0"
if [ -z "${RUSTUP_HOME}" ]; then
RUSTUP_HOME="${HOME}/.rustup"
fi
Expand Down Expand Up @@ -298,9 +298,9 @@ elif [ ${ARCH} == "x86_64-unknown-linux-gnu" ]; then
GCC_ARCH="linux-amd64"
ESPFLASH_URL="https://github.com/esp-rs/espflash/releases/latest/download/cargo-espflash-${ARCH}.zip"
ESPFLASH_BIN="${CARGO_HOME}/bin/cargo-espflash"
LDPROXY_URL="https://github.com/esp-rs/rust-build/releases/download/v1.60.0.1/ldproxy-0.3.0-x86_64-unknown-linux-gnu.xz"
LDPROXY_URL="https://github.com/esp-rs/rust-build/releases/download/v1.61.0.0/ldproxy-0.3.0-x86_64-unknown-linux-gnu.xz"
LDPROXY_BIN="${CARGO_HOME}/bin/ldproxy"
ESPMONITOR_URL="https://github.com/esp-rs/rust-build/releases/download/v1.60.0.1/espmonitor-0.7.0-x86_64-unknown-linux-gnu.xz"
ESPMONITOR_URL="https://github.com/esp-rs/rust-build/releases/download/v1.61.0.0/espmonitor-0.7.0-x86_64-unknown-linux-gnu.xz"
ESPMONITOR_BIN="${CARGO_HOME}/bin/espmonitor"
LLVM_DIST_MIRROR="https://github.com/esp-rs/rust-build/releases/download/v${TOOLCHAIN_VERSION}"
elif [ ${ARCH} == "aarch64-unknown-linux-gnu" ]; then
Expand Down
2 changes: 1 addition & 1 deletion support/rust-build/Repackage-RustRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
$ErrorActionPreference = "Stop"

$RustVersion="nightly"
$ReleaseVersion="1.60.0.1"
$ReleaseVersion="1.61.0.0"

if (Test-Path -Path esp -PathType Container) {
Remove-Item -Recurse -Force -Path esp
Expand Down
4 changes: 2 additions & 2 deletions support/rust-build/rename-rust-release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

for I in *1.60.0-dev*; do
NEW_NAME=`echo $I | sed -e 's/1.60.0-dev/1.60.0.1/g'`
for I in *1.61.0-dev*; do
NEW_NAME=`echo $I | sed -e 's/1.61.0-dev/1.61.0.0/g'`
mv $I $NEW_NAME
done

2 changes: 1 addition & 1 deletion test-rust-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -e

# Default values
TOOLCHAIN_VERSION="1.60.0.1"
TOOLCHAIN_VERSION="1.61.0.0"
if [ -z "${RUSTUP_HOME}" ]; then
RUSTUP_HOME="${HOME}/.rustup"
fi
Expand Down

0 comments on commit e86a943

Please sign in to comment.