-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(xtask): ♻️ clean up packaging stuff and prepare for
.rpm
pack…
…aging
- Loading branch information
1 parent
03e5e05
commit e8353e1
Showing
14 changed files
with
59 additions
and
134 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
[alias] | ||
xtask = "run --package xtask --" | ||
xtask-dbg = "run --package xtask --features dbg --" | ||
|
||
[build] | ||
rustflags = ["-Clink-arg=-fuse-ld=lld"] |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ assets = [ | |
"644", | ||
], | ||
[ | ||
"target/release/out/rsjudge.1", | ||
"target/assets/rsjudge.1", | ||
"usr/share/man/man1/rsjudge.1", | ||
"644", | ||
], | ||
|
@@ -47,28 +47,28 @@ assets = [ | |
"644", | ||
], | ||
[ | ||
"target/release/out/rsjudge.bash", | ||
"target/assets/rsjudge.bash", | ||
"usr/share/bash-completion/completions/rsjudge", | ||
"644", | ||
], | ||
[ | ||
"target/release/out/rsjudge.fish", | ||
"target/assets/rsjudge.fish", | ||
"usr/share/fish/vendor_completions.d/rsjudge.fish", | ||
"644", | ||
], | ||
[ | ||
"target/release/out/_rsjudge", | ||
"target/assets/_rsjudge", | ||
"usr/share/zsh/vendor-completions/_rsjudge", | ||
"644", | ||
], | ||
] | ||
copyright = "2023-2024 NJUPT-SAST" | ||
changelog = "debian/changelog" | ||
changelog = "packaging/debian/changelog" | ||
features = ["default"] | ||
conf-files = ["/etc/rsjudge/server.toml", "/etc/rsjudge/executors.toml"] | ||
extended-description = "An online judge sandbox server in Rust, inspired by go-judge, for SAST OJ." | ||
maintainer = "Xiaoqing Xuan <[email protected]>" | ||
maintainer-scripts = "debian/" | ||
maintainer-scripts = "packaging/debian/" | ||
depends = "$auto, adduser, libc6, libgcc-s1, libstdc++6, libssl1.1, libzstd1, libzstd-dev" | ||
recommends = "gcc, g++, python3" | ||
suggests = "pypy3" | ||
|
@@ -108,7 +108,6 @@ rest = ["dep:rsjudge-rest"] | |
default = ["grpc"] | ||
|
||
[build-dependencies] | ||
anyhow = "1.0.81" | ||
clap = { version = "4.5.3", features = ["derive"] } | ||
clap_complete = "4.5.1" | ||
clap_mangen = "0.2.20" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters