File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 88 branches : [ "master" ]
99
1010jobs :
11- build-with-gcc-on-x86 :
12- runs-on : macos-13
13- steps :
14- - uses : actions/checkout@v4
15- with :
16- submodules : recursive
17- - name : Update Homebrew
18- run : brew update
19- - name : Install autotools
20- run : brew install automake
21- - name : Install dependencies
22- run : brew install htslib gsl
23- - name : Generate configure script
24- run : ./autogen.sh
25- - name : configure with g++-14
26- run : ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
27- - name : make
28- run : make -j4
11+ # # ADS: removing this because of 'brownout' on github runners
12+ # build-with-gcc-on-x86:
13+ # runs-on: macos-13
14+ # steps:
15+ # - uses: actions/checkout@v4
16+ # with:
17+ # submodules: recursive
18+ # - name: Update Homebrew
19+ # run: brew update
20+ # - name: Install autotools
21+ # run: brew install automake
22+ # - name: Install dependencies
23+ # run: brew install htslib gsl
24+ # - name: Generate configure script
25+ # run: ./autogen.sh
26+ # - name: configure with g++-14
27+ # run: ./configure CXX="g++-14" CPPFLAGS="-I$(brew --prefix)/include" LDFLAGS="-L$(brew --prefix)/lib"
28+ # - name: make
29+ # run: make -j4
2930 build-with-gcc-on-arm64 :
3031 runs-on : macos-15
3132 steps :
You can’t perform that action at this time.
0 commit comments