mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
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:
parent
7c274ad4d8
commit
20aaaaf90c
2 changed files with 4 additions and 4 deletions
4
.github/workflows/nightly-build.yml
vendored
4
.github/workflows/nightly-build.yml
vendored
|
@ -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}}
|
||||
|
||||
|
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue