Skip to content

Commit 5ed39fe

Browse files
authored
chore: update dep versions for build-tools (databendlabs#12438)
1 parent fbb8dea commit 5ed39fe

6 files changed

Lines changed: 7 additions & 113 deletions

File tree

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
name: "Setup BendSQL"
22
description: "Setup BendSQL for CI"
3-
inputs:
4-
version:
5-
description: "bendsql version"
6-
required: false
7-
default: v0.3.7
83
runs:
94
using: "composite"
105
steps:
116
- name: Download and Install
127
shell: bash
138
run: |
14-
curl -fsSLo ./bendsql.tar.gz https://github.com/datafuselabs/bendsql/releases/download/${{ inputs.version }}/bendsql-x86_64-unknown-linux-gnu.tar.gz
15-
tar -xvzf ./bendsql.tar.gz
16-
chmod +x ./bendsql
17-
sudo cp ./bendsql /usr/local/bin/bendsql
18-
rm -rf ./bendsql
19-
rm -rf ./bendsql.tar.gz
9+
sudo curl -L -o /usr/share/keyrings/datafuselabs-keyring.gpg https://repo.databend.rs/deb/datafuselabs.gpg
10+
sudo curl -L -o /etc/apt/sources.list.d/datafuselabs.list https://repo.databend.rs/deb/datafuselabs.list
11+
sudo apt update
12+
sudo apt install -y bendsql
2013
bendsql --version

docker/build-tool/alpine/Dockerfile

Lines changed: 0 additions & 38 deletions
This file was deleted.

docker/build-tool/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN chmod +x /build/scripts/setup/dev_setup.sh && \
2525

2626
RUN ln -s $(readlink -f `which javac` | sed "s:/bin/javac::") /opt/java
2727

28-
RUN curl -sSfLo /tmp/mold.tar.gz https://github.com/rui314/mold/releases/download/v1.11.0/mold-1.11.0-$(uname -m)-linux.tar.gz && \
28+
RUN curl -sSfLo /tmp/mold.tar.gz https://github.com/rui314/mold/releases/download/v2.0.0/mold-2.0.0-$(uname -m)-linux.tar.gz && \
2929
tar --strip-components=1 -xzf /tmp/mold.tar.gz -C /usr/local && \
3030
rm -rf /tmp/mold.tar.gz && \
3131
ln -sf /usr/local/bin/mold /usr/bin/$(uname -m)-linux-gnu-ld

docker/stateless/Dockerfile

Lines changed: 0 additions & 44 deletions
This file was deleted.

docker/stateless/run.sh

Lines changed: 0 additions & 17 deletions
This file was deleted.

scripts/setup/rust-tools.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cargo-audit@0.17.6
22
cargo-machete@0.5.0
3-
taplo-cli@0.8.0
4-
typos-cli@1.15.0
3+
taplo-cli@0.8.1
4+
typos-cli@1.16.3

0 commit comments

Comments
 (0)