Skip to content

Commit cde8292

Browse files
committed
Don't build xcbeautify, it's now in the base container
1 parent 1cc6889 commit cde8292

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Makefile

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test: xcbeautify
3838
set -o pipefail \
3939
&& swift test --disable-automatic-resolution \
4040
--enable-experimental-prebuilts \
41-
2>&1 | ./xcbeautify --renderer github-actions
41+
2>&1 | xcbeautify --renderer github-actions
4242

4343
test-query-performance: xcbeautify
4444
set -o pipefail \
@@ -56,10 +56,7 @@ test-fast:
5656
swift test --disable-automatic-resolution
5757

5858
xcbeautify:
59-
rm -rf .build/checkouts/xcbeautify
60-
git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
61-
cd .build/checkouts/xcbeautify && git checkout 2.25.1 && make build
62-
binpath=`cd .build/checkouts/xcbeautify && swift build -c release --show-bin-path` && ln -sf $$binpath/xcbeautify
59+
command -v xcbeautify
6360

6461
docker-build: version
6562
docker build -t $(DOCKER_IMAGE):$(VERSION) .

0 commit comments

Comments
 (0)