mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 02:56:40 +00:00
CI: auto reformat YAML
Signed-off-by: Artem Panfilov <artemp@synopsys.com>
This commit is contained in:
parent
74d6f26b46
commit
5ea8f0f524
@ -9,10 +9,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: [
|
host: [ "ubuntu-latest", "macos-10.15" ]
|
||||||
"ubuntu-latest",
|
|
||||||
"macos-10.15",
|
|
||||||
]
|
|
||||||
steps:
|
steps:
|
||||||
- name: "clone"
|
- name: "clone"
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -54,9 +51,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: [
|
host: [ "ubuntu-latest" ]
|
||||||
"ubuntu-latest",
|
|
||||||
]
|
|
||||||
steps:
|
steps:
|
||||||
- name: "download ct-ng"
|
- name: "download ct-ng"
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v2
|
||||||
@ -93,15 +88,13 @@ jobs:
|
|||||||
path: src.tar
|
path: src.tar
|
||||||
|
|
||||||
toolchains:
|
toolchains:
|
||||||
needs: [crosstool, tarballs]
|
needs: [ crosstool, tarballs ]
|
||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: [
|
host: [ "ubuntu-latest", "macos-10.15" ]
|
||||||
"ubuntu-latest",
|
sample:
|
||||||
"macos-10.15",
|
[
|
||||||
]
|
|
||||||
sample: [
|
|
||||||
"aarch64-unknown-linux-gnu",
|
"aarch64-unknown-linux-gnu",
|
||||||
"arc-multilib-elf32",
|
"arc-multilib-elf32",
|
||||||
"arc-multilib-linux-gnu",
|
"arc-multilib-linux-gnu",
|
||||||
@ -125,21 +118,21 @@ jobs:
|
|||||||
"x86_64-unknown-linux-gnu",
|
"x86_64-unknown-linux-gnu",
|
||||||
"x86_64-multilib-linux-uclibc",
|
"x86_64-multilib-linux-uclibc",
|
||||||
"x86_64-w64-mingw32",
|
"x86_64-w64-mingw32",
|
||||||
"xtensa-fsf-linux-uclibc"
|
"xtensa-fsf-linux-uclibc",
|
||||||
]
|
]
|
||||||
exclude:
|
exclude:
|
||||||
# Exclude both glibc & uClibc ARC Linux toolchains as
|
# Exclude both glibc & uClibc ARC Linux toolchains as
|
||||||
# there's no known use of ARC Linux toolchains on Mac,
|
# there's no known use of ARC Linux toolchains on Mac,
|
||||||
# and anyway glibc fails to build for ARC700,
|
# and anyway glibc fails to build for ARC700,
|
||||||
# see https://github.com/crosstool-ng/crosstool-ng/pull/1456#issuecomment-779150246
|
# see https://github.com/crosstool-ng/crosstool-ng/pull/1456#issuecomment-779150246
|
||||||
- {host: "macos-10.15", sample: "arc-multilib-linux-gnu"}
|
- { host: "macos-10.15", sample: "arc-multilib-linux-gnu" }
|
||||||
- {host: "macos-10.15", sample: "arc-multilib-linux-uclibc"}
|
- { host: "macos-10.15", sample: "arc-multilib-linux-uclibc" }
|
||||||
|
|
||||||
# Exclude mips*-*-linux-gnu because of <byteswap.h> usage in
|
# Exclude mips*-*-linux-gnu because of <byteswap.h> usage in
|
||||||
# elf-entry.c for linux kernel headers. <byteswap.h> is a GNU
|
# elf-entry.c for linux kernel headers. <byteswap.h> is a GNU
|
||||||
# extension and doesn't exist on MacOS X
|
# extension and doesn't exist on MacOS X
|
||||||
- {host: "macos-10.15", sample: "mips-unknown-linux-gnu"}
|
- { host: "macos-10.15", sample: "mips-unknown-linux-gnu" }
|
||||||
- {host: "macos-10.15", sample: "mips64-unknown-linux-gnu"}
|
- { host: "macos-10.15", sample: "mips64-unknown-linux-gnu" }
|
||||||
steps:
|
steps:
|
||||||
- name: Create case sensitive workspace volume for macOS
|
- name: Create case sensitive workspace volume for macOS
|
||||||
if: ${{ runner.os == 'macOS' }}
|
if: ${{ runner.os == 'macOS' }}
|
||||||
|
Loading…
Reference in New Issue
Block a user