Skip to content

Commit

Permalink
SHIT~
Browse files Browse the repository at this point in the history
  • Loading branch information
namse committed Nov 29, 2023
1 parent aed1cd5 commit 86984f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oioi-agent-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: oioi-agent-image-push
on:
push:
paths:
- "oioi/agent/**"
- "oioi/**"
- ".github/workflows/oioi-agent-image-push.yml"
# push:
# branches:
Expand Down
6 changes: 5 additions & 1 deletion oioi/agent/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"
linker = "aarch64-linux-gnu-gcc"

[target.aarch64-unknown-linux-musl]
linker = "aarch64-linux-gnu-gcc"
rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc" ]

0 comments on commit 86984f5

Please sign in to comment.