mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 00:23:56 +00:00
Bump ubuntu to ubuntu-22.04
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
This commit is contained in:
parent
7008dd5591
commit
7622b490a3
12
.github/workflows/build-toolchains.yml
vendored
12
.github/workflows/build-toolchains.yml
vendored
@ -18,25 +18,25 @@ jobs:
|
|||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: [ "ubuntu-latest", "macos-latest" ]
|
host: ["ubuntu-22.04", "macos-latest"]
|
||||||
sample: ${{ fromJSON(inputs.samples) }}
|
sample: ${{ fromJSON(inputs.samples) }}
|
||||||
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-latest", sample: "arc-multilib-linux-gnu" }
|
- {host: "macos-latest", sample: "arc-multilib-linux-gnu"}
|
||||||
- { host: "macos-latest", sample: "arc-multilib-linux-uclibc" }
|
- {host: "macos-latest", 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-latest", sample: "mips-unknown-linux-gnu" }
|
- {host: "macos-latest", sample: "mips-unknown-linux-gnu"}
|
||||||
- { host: "macos-latest", sample: "mips64-unknown-linux-gnu" }
|
- {host: "macos-latest", sample: "mips64-unknown-linux-gnu"}
|
||||||
|
|
||||||
# Exclude x86_64-w64-mingw32,x86_64-pc-linux-gnu because it crashes on m4 build with
|
# Exclude x86_64-w64-mingw32,x86_64-pc-linux-gnu because it crashes on m4 build with
|
||||||
# a Segmentation fault
|
# a Segmentation fault
|
||||||
- { host: "macos-latest", sample: "x86_64-w64-mingw32,x86_64-pc-linux-gnu" }
|
- {host: "macos-latest", sample: "x86_64-w64-mingw32,x86_64-pc-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' }}
|
||||||
|
@ -9,7 +9,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: [ "ubuntu-latest", "macos-latest" ]
|
host: ["ubuntu-22.04", "macos-latest"]
|
||||||
steps:
|
steps:
|
||||||
- name: "clone"
|
- name: "clone"
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
@ -51,7 +51,7 @@ jobs:
|
|||||||
runs-on: ${{ matrix.host }}
|
runs-on: ${{ matrix.host }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
host: [ "ubuntu-latest" ]
|
host: ["ubuntu-22.04"]
|
||||||
steps:
|
steps:
|
||||||
- name: "download ct-ng"
|
- name: "download ct-ng"
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
@ -89,7 +89,7 @@ jobs:
|
|||||||
path: src.tar
|
path: src.tar
|
||||||
|
|
||||||
toolchains:
|
toolchains:
|
||||||
needs: [ crosstool, tarballs ]
|
needs: [crosstool, tarballs]
|
||||||
uses: ./.github/workflows/build-toolchains.yml
|
uses: ./.github/workflows/build-toolchains.yml
|
||||||
with:
|
with:
|
||||||
samples: >-
|
samples: >-
|
||||||
@ -122,7 +122,7 @@ jobs:
|
|||||||
]
|
]
|
||||||
|
|
||||||
canadian-cross:
|
canadian-cross:
|
||||||
needs: [ toolchains ]
|
needs: [toolchains]
|
||||||
uses: ./.github/workflows/build-toolchains.yml
|
uses: ./.github/workflows/build-toolchains.yml
|
||||||
with:
|
with:
|
||||||
samples: >-
|
samples: >-
|
||||||
|
Loading…
x
Reference in New Issue
Block a user