From 8d151261930efbbf688bf19a2497b96f3d3a544b Mon Sep 17 00:00:00 2001 From: HedgehogInTheCPP Date: Tue, 18 Aug 2026 00:45:16 +0300 Subject: [PATCH] delete alpine: workflow completely broken. --- .github/workflows/alpine.yml | 47 ------------------------------------ README.md | 1 - 2 files changed, 48 deletions(-) delete mode 100644 .github/workflows/alpine.yml diff --git a/.github/workflows/alpine.yml b/.github/workflows/alpine.yml deleted file mode 100644 index aea7ff6..0000000 --- a/.github/workflows/alpine.yml +++ /dev/null @@ -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} diff --git a/README.md b/README.md index f3f03f5..0c1ab4a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![Ubuntu 22.04 clang](https://github.com/irainman/fast_float/actions/workflows/ubuntu22-clang.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/ubuntu22-clang.yml) [![Ubuntu 24.04](https://github.com/irainman/fast_float/actions/workflows/ubuntu24.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/ubuntu24.yml) [![Ubuntu 24.04 C++20](https://github.com/irainman/fast_float/actions/workflows/ubuntu24-cxx20.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/ubuntu24-cxx20.yml) -[![Alpine](https://github.com/irainman/fast_float/actions/workflows/alpine.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/alpine.yml) [![vs17](https://github.com/irainman/fast_float/actions/workflows/vs17-ci.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/vs17-ci.yml) [![vs17 C++20](https://github.com/irainman/fast_float/actions/workflows/vs17-cxx20.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/vs17-cxx20.yml) [![vs17 clang](https://github.com/irainman/fast_float/actions/workflows/vs17-clang-ci.yml/badge.svg)](https://github.com/irainman/fast_float/actions/workflows/vs17-clang-ci.yml)