.travis: Update apt

vm-warnings
Doug Coleman 2018-07-15 16:45:52 -05:00
parent 1c44962647
commit e43e85a083
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ branches:
- clean-macosx-x86-32 - clean-macosx-x86-32
addons: addons:
apt: apt:
update: true
packages: packages:
- links - links
- libblas-dev - libblas-dev
@ -31,7 +32,6 @@ addons:
- cmake - cmake
- libaio-dev - libaio-dev
- libsnappy-dev - libsnappy-dev
- libc++-dev
before_install: before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then ./build.sh deps-macosx ; else ./build.sh deps-apt-get ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew ls --versions snappy > /dev/null || brew install snappy; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew ls --versions snappy > /dev/null || brew install snappy; fi

View File

@ -12,7 +12,7 @@ PLAF_DLL_OBJS = vm/os-unix.o
PLAF_EXE_OBJS += vm/main-unix.o PLAF_EXE_OBJS += vm/main-unix.o
PLAF_MASTER_HEADERS += vm/os-unix.hpp PLAF_MASTER_HEADERS += vm/os-unix.hpp
FFI_TEST_CFLAGS = -fPIC -stdlib=libc++ FFI_TEST_CFLAGS = -fPIC
# LINKER = gcc -shared -o # LINKER = gcc -shared -o
# LINK_WITH_ENGINE = '-Wl,-rpath,$$ORIGIN' -lfactor # LINK_WITH_ENGINE = '-Wl,-rpath,$$ORIGIN' -lfactor