Skip to content

Commit

Permalink
Merge pull request #1306 from devonh/git-worktree-support
Browse files Browse the repository at this point in the history
Disable version control tagging for dendrite build
  • Loading branch information
devonh committed Oct 19, 2022
2 parents c06e64b + 00ddc34 commit ac50609
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/dendrite_sytest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ export GOBIN=/tmp/bin
echo >&2 "--- Building dendrite from source"
cd /src
mkdir -p $GOBIN
go install -v ./cmd/dendrite-monolith-server
go install -v ./cmd/generate-keys
go install -v ./cmd/generate-config
go install -buildvcs=false -v ./cmd/dendrite-monolith-server
go install -buildvcs=false -v ./cmd/generate-keys
go install -buildvcs=false -v ./cmd/generate-config
cd -

# Run the tests
Expand Down

0 comments on commit ac50609

Please sign in to comment.