Skip to content

Commit

Permalink
pre v2
Browse files Browse the repository at this point in the history
  • Loading branch information
lsaa committed Feb 20, 2022
1 parent a89c904 commit a37eede
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
name: Build & Release
runs-on: ubuntu-latest
environment: DDCL

steps:
- uses: actions/checkout@v2
- name: Un-Mold
Expand Down
7 changes: 7 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ image = "cross-rust-windows"

[target.x86_64-unknown-linux-gnu]
image = "cross-rust-linux"

[build.env]
passthrough = [
"DDCL_SECRETS_IV",
"DDCL_SECRETS_PASS",
"DDCL_SECRETS_SALT",
]
4 changes: 1 addition & 3 deletions linux_install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
sudo setcap cap_sys_ptrace=eip ddstats-rust
sudo install -Dm755 ddstats-rust /usr/bin/ddstats-rust
sudo setcap cap_sys_ptrace=eip /usr/bin/ddstats-rust
mkdir -p ${XDG_CONFIG_HOME:-~/.config}/ddstats-rust/
cp config.ron ${XDG_CONFIG_HOME:-~/.config}/ddstats-rust/

0 comments on commit a37eede

Please sign in to comment.