Skip to content

Commit

Permalink
Merge pull request #274 from esp-rs/build/1.82.0.0
Browse files Browse the repository at this point in the history
build/1.82.0.0
  • Loading branch information
MabezDev authored Oct 25, 2024
2 parents 6b31afe + 6cdeec5 commit d1b9fb5
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 29 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-aarch64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: '1.81.0.0'
default: '1.82.0.0'
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
submodules: true
- name: Prepare build
run: |
arch -arm64 python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --set rust.jemalloc --enable-lld
arch -arm64 python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --set rust.jemalloc --enable-lld
- name: Build with x.py - dist packages - with cached LLVM
run: arch -arm64 python3 x.py dist --stage 2 || echo "silence pkg build error"
- name: Upload Release Asset
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-aarch64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: '1.81.0.0'
default: '1.82.0.0'
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-rust-src.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: '1.81.0.0'
default: '1.82.0.0'
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-x86_64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: '1.81.0.0'
default: '1.82.0.0'
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
submodules: true
- name: Prepare build
run: |
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --set rust.jemalloc --enable-lld
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --set rust.jemalloc --enable-lld
- name: Build with x.py - dist packages
run: |
brew install ninja
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-x86_64-pc-windows-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: '1.81.0.0'
default: '1.82.0.0'
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Prepare build
working-directory: "R:"
run: |
C:\msys64\usr\bin\env.exe MSYSTEM=MINGW64 /usr/bin/bash -lc "cd /r; python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description='${{ github.event.inputs.release_version }}' --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --enable-lld"
C:\msys64\usr\bin\env.exe MSYSTEM=MINGW64 /usr/bin/bash -lc "cd /r; python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description='${{ github.event.inputs.release_version }}' --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --enable-lld"
- name: Build with x.py - dist packages
id: build-rust
working-directory: "R:"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/build-x86_64-pc-windows-msvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: '1.81.0.0'
default: '1.82.0.0'
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
working-directory: "R:"
shell: powershell
run: |
python src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz'
python src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${{ github.event.inputs.release_version }}" --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,analysis,rust-analysis,src --dist-compression-formats='xz' --enable-lld
- name: Build with x.py - dist packages
working-directory: "R:"
continue-on-error: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-x86_64-unknown-linux-gnu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
release_version:
description: "Xtensa Rust release version to build"
required: true
default: "1.81.0.0"
default: "1.82.0.0"
release_tag:
description: "Release tag where artifacts will be stored (e.g. v1.81.0.0, untagged-00000)"
description: "Release tag where artifacts will be stored (e.g. v1.82.0.0, untagged-00000)"
required: true
default: "v1.81.0.0"
default: "v1.82.0.0"

jobs:
get_release:
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 @@ -11,7 +11,7 @@ param (
$ErrorActionPreference = "Stop"

$RustVersion="nightly"
$ReleaseVersion="1.81.0.0"
$ReleaseVersion="1.82.0.0"

if (Test-Path -Path esp -PathType Container) {
Remove-Item -Recurse -Force -Path esp
Expand Down
2 changes: 1 addition & 1 deletion support/rust-build/aarch64-unknown-linux-gnu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e

git clone --recursive --depth 1 --shallow-submodules https://github.com/esp-rs/rust.git
cd rust
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${RELEASE_DESCRIPTION}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --enable-lld
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${RELEASE_DESCRIPTION}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --enable-lld
python3 x.py dist --stage 2
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ cd c:
git clone --recursive --depth 1 --shallow-submodules https://github.com/esp-rs/rust.git r
cd r

python3 src/bootstrap/configure.py --experimental-targets=Xtensa --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --host 'x86_64-pc-windows-gnu' --enable-lld
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --enable-extended --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --host 'x86_64-pc-windows-gnu' --enable-lld

python3 x.py dist --stage 2
2 changes: 1 addition & 1 deletion support/rust-build/x86_64-unknown-linux-gnu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set -e

git clone --recursive --depth 1 --shallow-submodules https://github.com/esp-rs/rust.git
cd rust
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${RELEASE_DESCRIPTION}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv --dist-compression-formats='xz' --enable-lld
python3 src/bootstrap/configure.py --experimental-targets=Xtensa --release-channel=nightly --release-description="${RELEASE_DESCRIPTION}" --enable-extended --enable-cargo-native-static --tools=clippy,cargo,rustfmt,rust-analyzer-proc-macro-srv,src --dist-compression-formats='xz' --enable-lld
python3 x.py dist --stage 2

0 comments on commit d1b9fb5

Please sign in to comment.