Commit a22ca6f 1 parent b17fc8d commit a22ca6f Copy full SHA for a22ca6f
File tree 1 file changed +22
-24
lines changed
1 file changed +22
-24
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
include :
11
- - os : ubuntu-22.04
12
- cc : gcc
13
- build_type : Debug
14
- build_tool_options : -j 4
15
- analyzer : off
16
- - os : ubuntu-22.04
17
- cc : clang
18
- build_type : Debug
19
- build_tool_options : -j 4
20
- analyzer : off
21
- sanitizer : address,undefined
22
- - os : macos-12
23
- packages : automake
24
- build_type : Debug
25
- build_tool_options : -j 4
26
- analyzer : off
27
- - os : windows-2022
28
- generator : " Visual Studio 17 2022"
29
- build_type : Debug
30
- build_tool_options : " -nologo -verbosity:minimal -maxcpucount:4 -p:CL_MPCount=4"
11
+ # - os: ubuntu-22.04
12
+ # cc: gcc
13
+ # build_type: Debug
14
+ # build_tool_options: -j 4
15
+ # analyzer: off
16
+ # - os: ubuntu-22.04
17
+ # cc: clang
18
+ # build_type: Debug
19
+ # build_tool_options: -j 4
20
+ # analyzer: off
21
+ # sanitizer: address,undefined
22
+ # - os: macos-12
23
+ # packages: automake
24
+ # build_type: Debug
25
+ # build_tool_options: -j 4
26
+ # analyzer: off
27
+ # - os: windows-2022
28
+ # generator: "Visual Studio 17 2022"
29
+ # build_type: Debug
30
+ # build_tool_options: "-nologo -verbosity:minimal -maxcpucount:4 -p:CL_MPCount=4"
31
31
- os : windows-2022
32
32
cc : ' C:/mingw64/bin/gcc.exe'
33
33
generator : ' MinGW Makefiles'
63
63
with :
64
64
update : false
65
65
release : false
66
- install : make gcc autotools autoconf-wrapper automake-wrapper
66
+ install : make gcc base-devel autotools autoconf-wrapper automake-wrapper
67
67
- name : ' Workaround for actions/runner-images#9491'
68
68
if : runner.os == 'Linux'
69
69
run : sudo sysctl vm.mmap_rnd_bits=28
@@ -126,8 +126,6 @@ jobs:
126
126
shell : bash
127
127
run : |
128
128
set -e -x
129
- export WANT_AUTOCONF='2.72'
130
- autoreconf -i || echo "PATH: $PATH"
131
- which autoreconf
129
+ /usr/bin/autoreconf -i
132
130
./configure
133
131
make -j 2 || cat .depend
You can’t perform that action at this time.
0 commit comments