Update build flags for riscv64gc and armv7 targets (#10564)

Update build flags for riscv64gc and armv7 targets, as they are not
required any more, let's give it a try in nightly release
This commit is contained in:
Justin Ma 2023-10-01 09:32:34 +08:00 committed by GitHub
parent 7c274ad4d8
commit 20aaaaf90c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -117,10 +117,10 @@ jobs:
target_rustflags: ''
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-20.04
target_rustflags: '--exclude=nu-cmd-dataframe'
target_rustflags: ''
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-20.04
target_rustflags: '--exclude=nu-cmd-dataframe'
target_rustflags: ''
runs-on: ${{matrix.os}}

View File

@ -64,10 +64,10 @@ jobs:
target_rustflags: ''
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-20.04
target_rustflags: '--exclude=nu-cmd-dataframe'
target_rustflags: ''
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-20.04
target_rustflags: '--exclude=nu-cmd-dataframe'
target_rustflags: ''
runs-on: ${{matrix.os}}