Deprecate x86_64-apple-darwin
This commit is contained in:
38
.github/workflows/ci.yml
vendored
38
.github/workflows/ci.yml
vendored
@@ -12,7 +12,7 @@ on:
|
|||||||
default: false
|
default: false
|
||||||
type: boolean
|
type: boolean
|
||||||
push:
|
push:
|
||||||
tags: ["v*.*.*"]
|
tags: ["v*.*.*"]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
SCCACHE_GHA_ENABLED: true
|
SCCACHE_GHA_ENABLED: true
|
||||||
@@ -113,36 +113,36 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- target: x86_64-unknown-linux-gnu
|
- target: x86_64-unknown-linux-gnu
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
suffix: ''
|
suffix: ""
|
||||||
build_env: ''
|
build_env: ""
|
||||||
- target: x86_64-unknown-linux-musl
|
- target: x86_64-unknown-linux-musl
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
suffix: '-alpine'
|
suffix: "-alpine"
|
||||||
build_env: ''
|
build_env: ""
|
||||||
- target: aarch64-unknown-linux-gnu
|
- target: aarch64-unknown-linux-gnu
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
suffix: ''
|
suffix: ""
|
||||||
build_env: 'JEMALLOC_SYS_WITH_LG_PAGE=16 '
|
build_env: "JEMALLOC_SYS_WITH_LG_PAGE=16 "
|
||||||
- target: aarch64-unknown-linux-musl
|
- target: aarch64-unknown-linux-musl
|
||||||
platform: linux/arm64
|
platform: linux/arm64
|
||||||
suffix: '-alpine'
|
suffix: "-alpine"
|
||||||
build_env: 'JEMALLOC_SYS_WITH_LG_PAGE=16 '
|
build_env: "JEMALLOC_SYS_WITH_LG_PAGE=16 "
|
||||||
- target: armv7-unknown-linux-gnueabihf
|
- target: armv7-unknown-linux-gnueabihf
|
||||||
platform: linux/arm/v7
|
platform: linux/arm/v7
|
||||||
suffix: ''
|
suffix: ""
|
||||||
build_env: 'JEMALLOC_SYS_WITH_LG_PAGE=16 '
|
build_env: "JEMALLOC_SYS_WITH_LG_PAGE=16 "
|
||||||
- target: armv7-unknown-linux-musleabihf
|
- target: armv7-unknown-linux-musleabihf
|
||||||
platform: linux/arm/v7
|
platform: linux/arm/v7
|
||||||
suffix: '-alpine'
|
suffix: "-alpine"
|
||||||
build_env: 'JEMALLOC_SYS_WITH_LG_PAGE=16 '
|
build_env: "JEMALLOC_SYS_WITH_LG_PAGE=16 "
|
||||||
- target: arm-unknown-linux-gnueabihf
|
- target: arm-unknown-linux-gnueabihf
|
||||||
platform: linux/arm/v6
|
platform: linux/arm/v6
|
||||||
suffix: ''
|
suffix: ""
|
||||||
build_env: ''
|
build_env: ""
|
||||||
- target: arm-unknown-linux-musleabihf
|
- target: arm-unknown-linux-musleabihf
|
||||||
platform: linux/arm/v6
|
platform: linux/arm/v6
|
||||||
suffix: '-alpine'
|
suffix: "-alpine"
|
||||||
build_env: ''
|
build_env: ""
|
||||||
name: Build / ${{matrix.target}}
|
name: Build / ${{matrix.target}}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@@ -296,7 +296,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# - target: aarch64-pc-windows-msvc
|
# - target: aarch64-pc-windows-msvc
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -331,7 +331,7 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- target: aarch64-apple-darwin
|
- target: aarch64-apple-darwin
|
||||||
- target: x86_64-apple-darwin
|
#- target: x86_64-apple-darwin
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v6.0.1
|
uses: actions/checkout@v6.0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user