Skip to content

Commit

Permalink
cmd/cuepls: remove
Browse files Browse the repository at this point in the history
As part of this change also:

* Move integration tests to cmd/cue/cmd
* Remove GoRelease "infra" that created the cuepls artefact as part of
  release.

Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I7834c5cab5817b95f84fe08c5cab30e4c7238ef8
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1203291
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
  • Loading branch information
myitcv committed Oct 30, 2024
1 parent 9faab39 commit dd85ce4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 27 deletions.
File renamed without changes.
24 changes: 0 additions & 24 deletions cmd/cuepls/main.go

This file was deleted.

7 changes: 4 additions & 3 deletions internal/ci/goreleaser/goreleaser.cue
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ config: {
flags: *[
"-trimpath",
] | _
// Note that goreleaser says that id defaults to the binary name,
// but it then complains about "cue" being duplicate even though we use "cue" and "cuepls".
// Note that goreleaser says that id defaults to the binary name, but it
// then complains about, for example, "cue" being duplicate even though
// we use "cue" and "cuepls". Even though we no longer have a "cuepls"
// binary, we leave this comment for posterity's sake.
id: binary
main: string
binary: string
Expand All @@ -40,7 +42,6 @@ config: {

builds: [
{main: "./cmd/cue", binary: "cue"},
{main: "./cmd/cuepls", binary: "cuepls"},
]

archives: [{
Expand Down

0 comments on commit dd85ce4

Please sign in to comment.