This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use native libs bundled with jna when running tests
Summary: This fixes test_ng test for appveyor. The default logic of jna is to load native libs installed in the system (http://java-native-access.github.io/jna/4.4.0/javadoc/overview-summary.html). It may be the case that the system has jna native lib incompatible with what we use (discussion: #1364) - and nailgun will not be able to start. Test Plan: Tested on appveyor: https://ci.appveyor.com/project/ilya-klyuchnikov/buck-07nvh/build/6 Tested on travis: https://travis-ci.org/ilya-klyuchnikov/nailgun/builds/238824664 Reviewed By: Coneko fbshipit-source-id: 5e7c8f8
- Loading branch information