Skip to content

Commit 15d9d8a

Browse files
authored
Build/1.58 (#32)
* ci: build of 1.58.0.0
1 parent e4bbd35 commit 15d9d8a

18 files changed

+61
-26
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
- os: macos-m1-self-hosted
4141
ARCH: ''
4242
TARGET: win-x64
43-
ASSET_PATH: 'build/dist/rust-1.57.0-dev-aarch64-apple-darwin.tar.xz'
44-
ASSET_NAME: 'rust-1.57.0.2-aarch64-apple-darwin.tar.xz'
43+
ASSET_PATH: 'build/dist/rust-1.58.0-dev-aarch64-apple-darwin.tar.xz'
44+
ASSET_NAME: 'rust-1.58.0.0-aarch64-apple-darwin.tar.xz'
4545
ASSET_CONTENT_TYPE: 'application/x-tar'
4646
LLVM_ROOT_OPTION: ''
4747
steps:
4848
- name: Checkout repository
4949
uses: actions/checkout@v2
5050
with:
5151
repository: esp-rs/rust
52-
ref: esp-1.57.0.2
52+
ref: esp-1.58.0.0
5353
submodules: true
5454
- name: Set up Python
5555
if: ${{ matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-18.04' || matrix.os == 'windows-latest' }}

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

Lines changed: 2 additions & 2 deletions
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.57.0.0'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

2020
jobs:

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

Lines changed: 2 additions & 2 deletions
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.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

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

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

Lines changed: 2 additions & 2 deletions
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.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

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

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

Lines changed: 2 additions & 2 deletions
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.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

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

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

Lines changed: 2 additions & 2 deletions
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.57.0.2'
13+
default: '1.58.0.0'
1414
rust_version:
1515
description: 'Version of esp rust to use'
1616
required: true
17-
default: '1.57.0'
17+
default: '1.58.0'
1818

1919

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

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

Lines changed: 1 addition & 1 deletion
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.57.0.2'
13+
default: '1.58.0.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

Lines changed: 1 addition & 1 deletion
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.57.0.2'
13+
default: '1.58.0.0'
1414

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

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

Lines changed: 1 addition & 1 deletion
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.57.0.2'
13+
default: '1.58.0.0'
1414

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

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

Lines changed: 1 addition & 1 deletion
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.57.0.2-x86_64-pc-windows-msvc.zip'
23+
ASSET_NAME: 'rust-1.58.0.0-x86_64-pc-windows-msvc.zip'
2424
ASSET_CONTENT_TYPE: 'application/zip'
2525
LLVM_ROOT_OPTION: '--llvm-root=C:/llvm-project'
2626
steps:

0 commit comments

Comments
 (0)