Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into refactor/expr-defined…
Browse files Browse the repository at this point in the history
…-in-frontend
  • Loading branch information
TennyZhuang committed Sep 17, 2023
2 parents 903131d + f304ed2 commit 756da85
Show file tree
Hide file tree
Showing 227 changed files with 4,957 additions and 2,374 deletions.
1 change: 0 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ rustflags = [
]

[target.aarch64-apple-darwin]
runner = "scripts/coredump/sign-and-run"
rustflags = [
# neon is enabled by default
"-Clink-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld",
Expand Down
3 changes: 2 additions & 1 deletion .config/hakari.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ resolver = "2"
# https://doc.rust-lang.org/rustc/platform-support.html
platforms = [
# "x86_64-unknown-linux-gnu",
# "aarch64-unknown-linux-gnu",
# "x86_64-apple-darwin",
# "x86_64-pc-windows-msvc",
# "aarch64-apple-darwin",
]

# Write out exact versions rather than a semver range. (Defaults to false.)
Expand Down
Loading

0 comments on commit 756da85

Please sign in to comment.