Compare commits
1 Commits
NickGerlem
...
karim-alwe
Author | SHA1 | Date | |
---|---|---|---|
|
7fe2a0ea74 |
2
.github/actions/clang-format/action.yml
vendored
2
.github/actions/clang-format/action.yml
vendored
@@ -6,7 +6,7 @@ inputs:
|
||||
version:
|
||||
description: LLVM version to use # Should be kept roughly in sync with arcanist
|
||||
required: false
|
||||
default: 18
|
||||
default: 12
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
|
1
.github/actions/setup-cpp/action.yml
vendored
1
.github/actions/setup-cpp/action.yml
vendored
@@ -16,7 +16,6 @@ runs:
|
||||
if: ${{ inputs.toolchain == 'Clang' }}
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get install -y libc++-dev libc++abi-dev
|
||||
echo "CC=/usr/bin/clang" >> $GITHUB_ENV
|
||||
echo "CXX=/usr/bin/clang++" >> $GITHUB_ENV
|
||||
echo "CXXFLAGS=-stdlib=libc++" >> $GITHUB_ENV
|
||||
|
2
.github/workflows/validate-cpp.yml
vendored
2
.github/workflows/validate-cpp.yml
vendored
@@ -107,5 +107,3 @@ jobs:
|
||||
|
||||
- name: clang-format
|
||||
uses: ./.github/actions/clang-format
|
||||
with:
|
||||
directory: yoga
|
||||
|
@@ -19,6 +19,13 @@ let package = Package(
|
||||
.target(
|
||||
name: "core",
|
||||
path: ".",
|
||||
exclude: [
|
||||
"capture",
|
||||
"benchmark",
|
||||
"javascript",
|
||||
"java",
|
||||
"tests",
|
||||
],
|
||||
sources: [
|
||||
"yoga"
|
||||
],
|
||||
|
Reference in New Issue
Block a user