Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/rustls-native-certs-0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Oct 14, 2024
2 parents a9efa51 + 909b715 commit c74aee5
Show file tree
Hide file tree
Showing 324 changed files with 6,414 additions and 3,563 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ rustflags = [
[target.x86_64-apple-darwin]
rustflags = [
"-Ctarget-feature=+sse4.2", # use a generally available feature, since it's not for production
"-Clink-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld",
"-Clink-arg=-fuse-ld=lld",
]

[target.aarch64-apple-darwin]
rustflags = [
# neon is enabled by default
"-Clink-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld",
"-Clink-arg=-fuse-ld=lld",
]

# Flags for all targets.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dashboard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18
- uses: arduino/setup-protoc@v3
with:
version: "3.x"
version: "25.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: build
working-directory: ./dashboard
Expand Down
2 changes: 2 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ extend-exclude = [
# Ideally, we should just ignore that line: https://github.com/crate-ci/typos/issues/316
"src/common/src/cast/mod.rs",
"src/tests/simulation/tests/integration_tests/scale/shared_source.rs",
# We don't want to fix "Divy" here, but may want in other places.
"integration_tests/deltalake-sink/spark-script/run-sql-file.sh"
]
Loading

0 comments on commit c74aee5

Please sign in to comment.