Skip to content

Commit 2b189ff

Browse files
authored
feat: compile only the redis-cli (#11)
Compiles only the redis-cli, saving build-time.
1 parent 5c4638c commit 2b189ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/download

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ download_release "$ASDF_INSTALL_VERSION" "$release_file"
1616
tar xzf "$release_file" -C "$ASDF_DOWNLOAD_PATH" --strip-components=1 || fail "Could not extract $release_file"
1717

1818
cd "$ASDF_DOWNLOAD_PATH"
19-
make BUILD_TLS=yes
19+
make BUILD_TLS=yes redis-cli
2020

2121
# Remove the tar.gz file since we don't need to keep it
2222
rm "$release_file"

0 commit comments

Comments
 (0)