File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11
11
- linux
12
12
- osx
13
13
14
+ dist :
15
+ - focal
16
+
14
17
# oniguruma 5.9.6 was the default for a long time, and has slightly different API
15
18
# oniguruma 6.9.4 is the current default on ubuntu 20.10 LTS
16
19
# oniguruma 6.9.5-rev1 is the latest version, and the version used for the latest release
21
24
- ONIG_VERSION=6.9.4 MODE=STATIC
22
25
- ONIG_VERSION=6.9.4 MODE=STATIC
23
26
- ONIG_VERSION=6.9.5-rev1 MODE=STATIC
24
- - ONIG_VERSION=DEFAULT MODE=STATIC
25
27
- ONIG_VERSION=DEFAULT MODE=DYNAMIC
26
28
27
29
before_install :
Original file line number Diff line number Diff line change @@ -81,9 +81,9 @@ sudo apt-get install libonig-dev
81
81
**Installing the Oniguruma library from source**
82
82
83
83
` ` ` bash
84
- curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.4 /onig-6.9.4 .tar.gz
85
- tar xfz onig-6.9.4 .tar.gz
86
- cd /tmp/ onig-6.9.4
84
+ curl -sLO https://github.com/kkos/oniguruma/releases/download/v6.9.5_rev1 /onig-6.9.5-rev1 .tar.gz
85
+ tar xfz onig-6.9.5-rev1 .tar.gz
86
+ cd onig-6.9.5
87
87
./configure
88
88
make
89
89
make install
You can’t perform that action at this time.
0 commit comments