File tree 1 file changed +0
-16
lines changed
1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,11 @@ jobs:
10
10
strategy :
11
11
matrix :
12
12
os : [ubuntu-22.04]
13
- platform : [x32, x64]
14
- compiler : [gcc, clang]
15
13
steps :
16
14
- name : Setup Dependencies
17
15
run : |
18
16
sudo apt-get update -y -qq
19
17
sudo apt-get install -y make autoconf automake make libyajl-dev libxml2-dev libmaxminddb-dev libpcre2-dev libpcre2-8-0 libpcre2-16-0 libpcre2-32-0 libcurl4-gnutls-dev
20
- if [ "${{ matrix.platform }}" == "x32" ]; then
21
- sudo dpkg --add-architecture i386
22
- sudo apt-get install -y gcc-multilib
23
- export CFLAGS="-m32"
24
- export CXXFLAGS="-m32"
25
- export LDFLAGS="-m32"
26
- fi
27
- if [ "${{ matrix.compiler }}" == "gcc" ]; then
28
- sudo apt-get install -y gcc
29
- export CC=$(which gcc)
30
- else
31
- sudo apt-get install -y clang
32
- export CC=$(which clang)
33
- fi
34
18
- name : Install ModSecurity library
35
19
env :
36
20
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments