Skip to content

Commit 5871265

Browse files
.github/workflows/dnmtools_build_macos.yml: removing the clang build for x86 because the to_chars is absent in macos-13 default libs (message says added in macos-13.3)
1 parent d97b6dc commit 5871265

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/workflows/dnmtools_build_macos.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,6 @@ jobs:
4444
run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
4545
- name: make
4646
run: make -j4
47-
build-with-clang-on-x86:
48-
runs-on: macos-13
49-
steps:
50-
- uses: actions/checkout@v4
51-
with:
52-
submodules: recursive
53-
- name: Update Homebrew
54-
run: brew update
55-
- name: Install autotools
56-
run: brew install automake
57-
- name: Install dependencies
58-
run: brew install htslib gsl
59-
- name: Generate configure script
60-
run: ./autogen.sh
61-
- name: configure with clang++
62-
run: ./configure CXX="clang++" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
63-
- name: make
64-
run: make -j4
6547
build-with-clang-on-arm64:
6648
runs-on: macos-15
6749
steps:

0 commit comments

Comments
 (0)