File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
15
15
jobs :
16
16
linux :
17
- runs-on : ubuntu-18 .04
17
+ runs-on : ubuntu-20 .04
18
18
19
19
env :
20
20
CC : ${{ matrix.compiler }}
@@ -167,11 +167,6 @@ jobs:
167
167
# Use llvm-cov instead of gcov when compiler is clang.
168
168
ln -fs /usr/bin/llvm-cov ${HOME}/bin/gcov
169
169
fi
170
- # Setup lua5.3 manually since its package doesn't provide alternative.
171
- # https://bugs.launchpad.net/ubuntu/+source/lua5.3/+bug/1707212
172
- if [[ ${CONFOPT} =~ luainterp ]]; then
173
- sudo update-alternatives --install /usr/bin/lua lua /usr/bin/lua5.3 10
174
- fi
175
170
sudo sysctl -w net.ipv6.conf.lo.disable_ipv6=0
176
171
sudo usermod -a -G audio "${USER}"
177
172
sudo bash ci/setup-xvfb.sh
@@ -268,7 +263,7 @@ jobs:
268
263
done
269
264
270
265
# coveralls:
271
- # runs-on: ubuntu-18 .04
266
+ # runs-on: ubuntu-20 .04
272
267
#
273
268
# needs: linux
274
269
# if: always() && github.event_name != 'pull_request'
Original file line number Diff line number Diff line change @@ -731,6 +731,8 @@ static char *(features[]) =
731
731
732
732
static int included_patches [] =
733
733
{ /* Add new patch number below this line */
734
+ /**/
735
+ 264 ,
734
736
/**/
735
737
263 ,
736
738
/**/
You can’t perform that action at this time.
0 commit comments