Skip to content

Commit

Permalink
build: bump toolchain to nightly-2024-03-12 (#15722)
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Chien <stdrc@outlook.com>
Signed-off-by: MrCroxx <mrcroxx@outlook.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: Runji Wang <wangrunji0408@163.com>
Co-authored-by: Richard Chien <stdrc@outlook.com>
Co-authored-by: MrCroxx <mrcroxx@outlook.com>
Co-authored-by: Runji Wang <wangrunji0408@163.com>
Co-authored-by: Giovanny Gutiérrez <giovanny.gutierrez@commure.com>
Co-authored-by: zwang28 <84491488@qq.com>
  • Loading branch information
6 people authored May 15, 2024
1 parent acf7a26 commit 113ede9
Show file tree
Hide file tree
Showing 303 changed files with 585 additions and 855 deletions.
3 changes: 0 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ rustflags = [
# Flags for all targets.
[target.'cfg(all())']
rustflags = ["--cfg", "tokio_unstable"]

[unstable]
lints = true
25 changes: 15 additions & 10 deletions .github/workflows/nightly-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,25 @@ name: Build with Latest Nightly Rust
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- xxchan/latest-nightly-rust
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
root-reserve-mb: 2048
swap-size-mb: 8192
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
root-reserve-mb: 10240
temp-reserve-mb: 10240
- uses: actions/checkout@v3
if: ${{ github.event_name == 'schedule' }}
with:
Expand All @@ -40,3 +43,5 @@ jobs:
export CARGO_INCREMENTAL=0
export CARGO_PROFILE_DEV_DEBUG=false
cargo check
- name: Show available storage
run: df -h
Loading

0 comments on commit 113ede9

Please sign in to comment.