mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-09-14 14:42:26 +08:00
delete alpine: workflow completely broken.
This commit is contained in:
parent
998f3eb149
commit
8d15126193
47
.github/workflows/alpine.yml
vendored
47
.github/workflows/alpine.yml
vendored
@ -1,47 +0,0 @@
|
||||
name: Alpine Linux
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build on Alpine ${{ matrix.arch }}
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch:
|
||||
- x86_64
|
||||
- x86
|
||||
- aarch64
|
||||
- armv7
|
||||
- ppc64le
|
||||
- riscv64
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v7
|
||||
|
||||
- name: Install latest Alpine Linux for ${{ matrix.arch }}
|
||||
uses: jirutka/setup-alpine@v2
|
||||
with:
|
||||
arch: ${{ matrix.arch }}
|
||||
branch: ${{ matrix.arch == 'riscv64' && 'edge' || 'latest-stable' }}
|
||||
packages: >
|
||||
build-base
|
||||
cmake
|
||||
g++
|
||||
linux-headers
|
||||
git
|
||||
bash
|
||||
build-base
|
||||
- name: Prepare
|
||||
run: |
|
||||
cmake -DFASTFLOAT_TEST=ON -B build
|
||||
shell: alpine.sh {0}
|
||||
- name: Build
|
||||
run: |
|
||||
cmake --build build
|
||||
shell: alpine.sh {0}
|
||||
- name: Test
|
||||
run: |
|
||||
ctest --test-dir build -R basictest
|
||||
shell: alpine.sh {0}
|
||||
@ -4,7 +4,6 @@
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/ubuntu22-clang.yml)
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/ubuntu24.yml)
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/ubuntu24-cxx20.yml)
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/alpine.yml)
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/vs17-ci.yml)
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/vs17-cxx20.yml)
|
||||
[](https://github.com/irainman/fast_float/actions/workflows/vs17-clang-ci.yml)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user