mirror of
https://github.com/clangd/clangd.git
synced 2025-04-20 23:53:02 +00:00
Address review comments
This commit is contained in:
parent
014e72068e
commit
6014f36a03
5
.github/actions/pick/build.sh
vendored
Executable file
5
.github/actions/pick/build.sh
vendored
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash -ex
|
||||||
|
# Rather than checking in node_modules, check in a standalone dist/index.js.
|
||||||
|
# Requires ncc: npm i -g @zeit/ncc
|
||||||
|
npm install
|
||||||
|
ncc build -m index.js
|
2
.github/actions/pick/dist/index.js
vendored
2
.github/actions/pick/dist/index.js
vendored
File diff suppressed because one or more lines are too long
5
.github/workflows/periodic.yaml
vendored
5
.github/workflows/periodic.yaml
vendored
@ -45,6 +45,9 @@ jobs:
|
|||||||
|
|
||||||
Built from llvm/llvm-project@${{ steps.pick.outputs.sha }}.
|
Built from llvm/llvm-project@${{ steps.pick.outputs.sha }}.
|
||||||
prerelease: true
|
prerelease: true
|
||||||
# It would be nice to use draft releases...
|
# It would be nice to use draft releases, to hide them from users.
|
||||||
|
# But drafts don't fire events to trigger the autobuild workflow.
|
||||||
|
# Instead, that workflow marks the release as draft until it's built.
|
||||||
|
# As a result, the empty release will be briefly visible to users.
|
||||||
draft: false
|
draft: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user