mirror of
https://github.com/clangd/clangd.git
synced 2025-10-29 19:42:39 +00:00
Compare commits
3 Commits
6e77062484
...
49f5ed9c02
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
49f5ed9c02 | ||
|
|
0ed1e6bc60 | ||
|
|
5796438e86 |
7
.github/workflows/autobuild.yaml
vendored
7
.github/workflows/autobuild.yaml
vendored
@ -171,6 +171,7 @@ jobs:
|
|||||||
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
"-DLLVM_ENABLE_ZLIB=FORCE_ON"
|
||||||
"-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
|
"-DCMAKE_OSX_ARCHITECTURES=x86_64;arm64"
|
||||||
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13"
|
"-DCMAKE_OSX_DEPLOYMENT_TARGET=10.13"
|
||||||
|
"-DCMAKE_POLICY_VERSION_MINIMUM=3.5"
|
||||||
# BoringSSL doesn't support universal binaries when building with ASM.
|
# BoringSSL doesn't support universal binaries when building with ASM.
|
||||||
grpc_cmake: >-
|
grpc_cmake: >-
|
||||||
"-DOPENSSL_NO_ASM=ON"
|
"-DOPENSSL_NO_ASM=ON"
|
||||||
@ -300,6 +301,12 @@ jobs:
|
|||||||
run: >
|
run: >
|
||||||
ninja -C ${{ env.CLANGD_DIR }} clangd clangd-indexer clangd-index-server
|
ninja -C ${{ env.CLANGD_DIR }} clangd clangd-indexer clangd-index-server
|
||||||
clangd-index-server-monitor
|
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
|
- name: Install OpenMP headers
|
||||||
shell: bash
|
shell: bash
|
||||||
run: >
|
run: >
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user