Skip to content

Commit 3658d0d

Browse files
committed
Merge branch 'update-ubuntu-appveyor' into 'master'
Noissue - use new ubuntu image in order to get rid of a hack See merge request eyeo/adblockplus/libadblockplus!20
2 parents 322dada + d9795fb commit 3658d0d

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ init:
1111
install:
1212
- sh: sudo apt-get update -qy
1313
- sh: sudo apt-get install -qy clang libc++-dev libc++abi-dev
14-
# hack to figure out the absence of __cxxabi_config.h, required by gtest
15-
# it's fixed in newer versions of libc++abi-dev
16-
# https://ubuntu.pkgs.org/16.04/ubuntu-universe-amd64/libc++abi-dev_3.7.0-1_amd64.deb.html
17-
# https://ubuntu.pkgs.org/18.04/ubuntu-universe-amd64/libc++abi-dev_6.0-2_amd64.deb.html
18-
- sh: sudo ln -s /usr/include/libcxxabi/__cxxabi_config.h /usr/include/c++/v1/__cxxabi_config.h
1914
- cmd: .appveyor\prepare-prebuilt-v8.cmd
2015
- sh: make get-prebuilt-v8
2116
- cmd: ensure_dependencies.py
@@ -25,7 +20,7 @@ environment:
2520
global:
2621
URL_PREFIX: https://v8.eyeofiles.com/v8-9a7be49a7a6e435d8a7d435c4879340a3cc7524c/
2722
matrix:
28-
- APPVEYOR_BUILD_WORKER_IMAGE: ubuntu
23+
- APPVEYOR_BUILD_WORKER_IMAGE: ubuntu1804
2924
Configuration: Debug
3025
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
3126
platform: x64

0 commit comments

Comments
 (0)