File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111install :
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
You can’t perform that action at this time.
0 commit comments