From 219952b14b348f2bbdd91a17704923f06e583865 Mon Sep 17 00:00:00 2001 From: Scott Mabin Date: Mon, 22 Jul 2024 12:23:24 +0100 Subject: [PATCH] 1.80.0.0 build --- .github/workflows/build-aarch64-apple-darwin.yaml | 6 +++--- .github/workflows/build-aarch64-unknown-linux-gnu.yaml | 6 +++--- .github/workflows/build-rust-src.yaml | 6 +++--- .github/workflows/build-x86_64-apple-darwin.yaml | 6 +++--- .github/workflows/build-x86_64-pc-windows-gnu.yaml | 6 +++--- .github/workflows/build-x86_64-pc-windows-msvc.yaml | 6 +++--- .github/workflows/build-x86_64-unknown-linux-gnu.yaml | 6 +++--- .github/workflows/prepare-release.yaml | 4 ++-- .github/workflows/publish-idf-rust-tags.yml | 2 +- support/rust-build/Repackage-RustRelease.ps1 | 2 +- 10 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/build-aarch64-apple-darwin.yaml b/.github/workflows/build-aarch64-apple-darwin.yaml index 03ed74f..75a3b78 100644 --- a/.github/workflows/build-aarch64-apple-darwin.yaml +++ b/.github/workflows/build-aarch64-apple-darwin.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.79.0.0' + default: '1.80.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml index c68a23c..22a2727 100644 --- a/.github/workflows/build-aarch64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-aarch64-unknown-linux-gnu.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.79.0.0' + default: '1.80.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/build-rust-src.yaml b/.github/workflows/build-rust-src.yaml index 8a19a5e..4e1c990 100644 --- a/.github/workflows/build-rust-src.yaml +++ b/.github/workflows/build-rust-src.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.79.0.0' + default: '1.80.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/build-x86_64-apple-darwin.yaml b/.github/workflows/build-x86_64-apple-darwin.yaml index 6474de0..c9c8177 100644 --- a/.github/workflows/build-x86_64-apple-darwin.yaml +++ b/.github/workflows/build-x86_64-apple-darwin.yaml @@ -5,11 +5,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.79.0.0' + default: '1.80.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/build-x86_64-pc-windows-gnu.yaml b/.github/workflows/build-x86_64-pc-windows-gnu.yaml index 928c5ed..dbc0217 100644 --- a/.github/workflows/build-x86_64-pc-windows-gnu.yaml +++ b/.github/workflows/build-x86_64-pc-windows-gnu.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.79.0.0' + default: '1.80.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/build-x86_64-pc-windows-msvc.yaml b/.github/workflows/build-x86_64-pc-windows-msvc.yaml index 641463a..afb6e44 100644 --- a/.github/workflows/build-x86_64-pc-windows-msvc.yaml +++ b/.github/workflows/build-x86_64-pc-windows-msvc.yaml @@ -6,11 +6,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: '1.79.0.0' + default: '1.80.0.0' release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml index 6fb6954..6be3a14 100644 --- a/.github/workflows/build-x86_64-unknown-linux-gnu.yaml +++ b/.github/workflows/build-x86_64-unknown-linux-gnu.yaml @@ -5,11 +5,11 @@ on: release_version: description: "Xtensa Rust release version to build" required: true - default: "1.79.0.0" + default: "1.80.0.0" release_tag: - description: "Release tag where artifacts will be stored (e.g. v1.79.0.0, untagged-00000)" + description: "Release tag where artifacts will be stored (e.g. v1.80.0.0, untagged-00000)" required: true - default: "v1.79.0.0" + default: "untagged-3ecdd54e672f465cad2e" jobs: get_release: diff --git a/.github/workflows/prepare-release.yaml b/.github/workflows/prepare-release.yaml index 8c78a9e..860f3a6 100644 --- a/.github/workflows/prepare-release.yaml +++ b/.github/workflows/prepare-release.yaml @@ -6,11 +6,11 @@ on: last_release: description: "Previous Xtensa Rust release version" required: true - default: '1.79.0.0' + default: '1.80.0.0' next_release: description: "Next Xtensa Rust release version" required: true - default: "1.79.0.0" + default: "1.80.0.0" jobs: prepare-release: diff --git a/.github/workflows/publish-idf-rust-tags.yml b/.github/workflows/publish-idf-rust-tags.yml index 30126b9..c04a639 100644 --- a/.github/workflows/publish-idf-rust-tags.yml +++ b/.github/workflows/publish-idf-rust-tags.yml @@ -6,7 +6,7 @@ on: toolchain-version: description: "Version of Rust toolchain" required: true - default: "1.79.0.0" + default: "1.80.0.0" publish: description: "Publish the tags to Dockehub?" required: true diff --git a/support/rust-build/Repackage-RustRelease.ps1 b/support/rust-build/Repackage-RustRelease.ps1 index 6727e38..ffe0c81 100644 --- a/support/rust-build/Repackage-RustRelease.ps1 +++ b/support/rust-build/Repackage-RustRelease.ps1 @@ -11,7 +11,7 @@ param ( $ErrorActionPreference = "Stop" $RustVersion="nightly" -$ReleaseVersion="1.79.0.0" +$ReleaseVersion="1.80.0.0" if (Test-Path -Path esp -PathType Container) { Remove-Item -Recurse -Force -Path esp