mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 16:12:59 +00:00
Compare commits
3 Commits
77b94babcc
...
cc843d9b86
Author | SHA1 | Date | |
---|---|---|---|
|
cc843d9b86 | ||
|
439b0626d1 | ||
|
5796438e86 |
8
.github/workflows/autobuild.yaml
vendored
8
.github/workflows/autobuild.yaml
vendored
@ -170,7 +170,7 @@ jobs:
|
||||
"-DCMAKE_CXX_COMPILER=clang++"
|
||||
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
||||
"-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
|
||||
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.9"
|
||||
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13"
|
||||
# BoringSSL doesn't support universal binaries when building with ASM.
|
||||
grpc_cmake: >-
|
||||
"-DOPENSSL_NO_ASM=ON"
|
||||
@ -300,6 +300,12 @@ jobs:
|
||||
run: >
|
||||
ninja -C ${{ env.CLANGD_DIR }} clangd clangd-indexer clangd-index-server
|
||||
clangd-index-server-monitor
|
||||
# Install targets so that RUNPATHs get properly substituted.
|
||||
# FIXME: We don't have other targets besides clangd. We probably want them too.
|
||||
- name: Install
|
||||
run: >
|
||||
cmake --install ${{ env.CLANGD_DIR }} --prefix ${{ env.CLANGD_DIR }}
|
||||
"--component=clangd"
|
||||
- name: Install OpenMP headers
|
||||
shell: bash
|
||||
run: >
|
||||
|
Loading…
Reference in New Issue
Block a user