Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - TY-3022 update rust toolchain 1.62.1 #529

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ IOS_LIB_BASE="libxayn_discovery_engine_bindings"

PRODUCTION_RUSTFLAGS="-Ccodegen-units=1 -Clto=on -Cembed-bitcode=yes"

JUST_VERSION=1.2.0
JUST_VERSION=1.3.0
CARGO_SORT_VERSION=1.0.7
# In the cases we want to use nightly we use the following version
RUST_NIGHTLY=nightly-2022-05-19
RUST_NIGHTLY=nightly-2022-07-16
# cargo install will install CLI tools into this directory
CARGO_INSTALL_ROOT=cargo-installs
3 changes: 3 additions & 0 deletions .github/actions/setup-job-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ runs:
- name: Load .env
uses: xom9ikk/dotenv@d3ff95524814ceac377510f30f4af6296ea612c1 #v1.0.2

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@884cf5c591490f86b788d68b6f585f26235578d6 # v1.12
janpetschexain marked this conversation as resolved.
Show resolved Hide resolved

- uses: Swatinem/rust-cache@cb2cf0cc7c5198d3364b9630e2c3d457f160790c # v1.4.0
if: inputs.rust != 'false'
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/setup-job-macos/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ runs:
- name: Load .env
uses: xom9ikk/dotenv@d3ff95524814ceac377510f30f4af6296ea612c1 #v1.0.2

- name: Setup cmake
uses: jwlawson/actions-setup-cmake@884cf5c591490f86b788d68b6f585f26235578d6 # v1.12

- name: Install just
uses: extractions/setup-just@aa5d15c144db4585980a44ebfdd2cf337c4f14cb #v1.4.0
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable.build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
build-android-libs:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 45
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_reusable.build-flutter-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# that needs to exist during the linking process.
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 30
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_reusable.dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
dart-format:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 10
steps:
- name: Checkout repository
Expand All @@ -24,7 +24,7 @@ jobs:
dart-analyze:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 15
steps:
- name: Checkout repository
Expand All @@ -42,7 +42,7 @@ jobs:
dart-test:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 20
steps:
- name: Checkout repository
Expand All @@ -60,7 +60,7 @@ jobs:
dart-doc:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 15
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_reusable.flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
flutter-analyze:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 15
steps:
- name: Checkout repository
Expand All @@ -24,7 +24,7 @@ jobs:
flutter-test:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 15
steps:
- name: Checkout repository
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_reusable.rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
cargo-format:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 5
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand All @@ -23,7 +23,7 @@ jobs:
cargo-clippy:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 20
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand All @@ -40,7 +40,7 @@ jobs:
cargo-test:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 20
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand All @@ -59,7 +59,7 @@ jobs:
cargo-doc:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 20
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- build-flutter-example
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 5
if: ${{ always() }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
selection:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
outputs:
dart: ${{ steps.filter.outputs.dart }}
rust: ${{ steps.filter.outputs.rust }}
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
if: ${{ always() }}
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 5
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
release:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 10
needs: [build-ios-libs, build-android-libs]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
rust-build:
runs-on: hetzner-pm
container:
image: xaynetci/yellow:v3
image: xaynetci/yellow:v4
timeout-minutes: 10
steps:
- name: Checkout repository
Expand Down