Skip to content

Commit

Permalink
Switch CI to use Clang (#28)
Browse files Browse the repository at this point in the history
Summary:
GCC 7.4 (which is what GitHub Actions supports) is having trouble
compiling the latest trunk, even though we think it is valid C++14.
Pull Request resolved: facebookincubator/fbjni#28

Test Plan: OSS CI passes: https://github.com/facebookincubator/fbjni/commit/cb99a001c4d40e571ae2af5edd1753d9aa2ecba9/checks?check_suite_id=376297298

Reviewed By: swolchok

Differential Revision: D19239659

Pulled By: dreiss

fbshipit-source-id: 6e4724fa10f1367fdacf5f2f9a520dd6d98b30bf
  • Loading branch information
dreiss authored and facebook-github-bot committed Dec 27, 2019
1 parent 1e985eb commit f016be1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions first-party/fbjni/scripts/run-host-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ set -exo pipefail

BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )/.."
CMAKE=$ANDROID_HOME/cmake/3.10.2.4988404/bin/cmake
export CXX=clang++

mkdir -p "$BASE_DIR/host-build-cmake"
cd "$BASE_DIR/host-build-cmake"
Expand Down

0 comments on commit f016be1

Please sign in to comment.