build: remove dependencies libc/winapi/hermit_abi

This commit is contained in:
Shunsuke Shibayama 2023-06-02 23:53:42 +09:00
parent 68a27f8eca
commit ea132e2345
7 changed files with 97 additions and 1290 deletions

View file

@ -57,8 +57,6 @@ jobs:
features: full
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# static linking to libc
RUSTFLAGS: ${{ (matrix.target == 'x86_64-unknown-linux-gnu' && '-C target-feature=+crt-static') || '' }}
notify-release:
runs-on: ubuntu-latest