Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions .github/actions/setup_build_tool/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
aws)
echo "setting up sccache for AWS S3..."
cat <<EOF >>$BIN_LOCAL/build-tool
export ENABLE_SCCACHE=true
export ENABLE_SCCACHE=false
export SCCACHE_IDLE_TIMEOUT=0
export SCCACHE_BUCKET=databend-ci
export SCCACHE_REGION=us-east-2
Expand All @@ -56,7 +56,7 @@ runs:
gcp)
echo "setting up sccache for Google Cloud Storage..."
cat <<EOF >>$BIN_LOCAL/build-tool
export ENABLE_SCCACHE=true
export ENABLE_SCCACHE=false
export SCCACHE_IDLE_TIMEOUT=0
export SCCACHE_GCS_RW_MODE=READ_WRITE
export SCCACHE_GCS_BUCKET=databend-ci
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,7 @@ benchmark/clickbench/results
# lychee
.lycheecache

.claude

# tmp
tmp
1 change: 1 addition & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extend-ignore-re = [
Nd = "Nd"
typ = "typ"
aranges = "aranges"
pendings = "pendings"

[default.extend-identifiers]

Expand Down
Loading
Loading