Skip to content
This repository was archived by the owner on Apr 14, 2025. It is now read-only.
Draft

wip #23

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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions .cargo/docker-config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,5 @@ rustflags = ["--cfg", "uuid_unstable"]
rustdocflags = ["--cfg", "uuid_unstable"]

[target.x86_64-unknown-linux-gnu]
rustflags = [
"--cfg",
"uuid_unstable",
"-C",
"link-arg=-fuse-ld=/usr/bin/mold",
"-C",
"target-feature=+crt-static",
"-C",
"target-cpu=x86-64-v3",
]
rustflags = ["--cfg", "uuid_unstable", "-C", "link-arg=-fuse-ld=/usr/bin/mold", "-C", "target-feature=+crt-static", "-C", "target-cpu=x86-64-v3"]
linker = "clang"
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkg
**/*.rs.bk

# node e2e test tools and outputs
.sass-cache
node_modules/
test-results/
end2end/playwright-report/
Expand Down
Loading