Skip to content

Commit

Permalink
Include the language server in the binary distribution tar.
Browse files Browse the repository at this point in the history
Fixes #1814
  • Loading branch information
hzeller committed Jan 8, 2025
1 parent 7769c85 commit 6f6daea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-ubuntu-22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
[[ ${CODEGEN_MAIN_VERSION} = ${VERSION} ]]
PROTO_TO_DSLX_MAIN_VERSION=$(./proto_to_dslx_main --version)
[[ ${PROTO_TO_DSLX_MAIN_VERSION} = ${VERSION} ]]
DSLX_FMT_VERSION=$(./dslx_fmt --version)
[[ ${DSLX_FMT_VERSION} = ${VERSION} ]]
DSLX_LS_VERSION=$(./dslx_ls --version)
[[ ${DSLX_LS_VERSION} = ${VERSION} ]]
- name: Test stdlib import
run: |
Expand Down
1 change: 1 addition & 0 deletions dist/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ pkg_tar(
"//xls/dslx:interpreter_main",
"//xls/dslx:prove_quickcheck_main",
"//xls/dslx/ir_convert:ir_converter_main",
"//xls/dslx/lsp:dslx_ls",
"//xls/tools:codegen_main",
"//xls/tools:opt_main",
"//xls/tools:proto_to_dslx_main",
Expand Down

0 comments on commit 6f6daea

Please sign in to comment.