Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Sep 21, 2023
1 parent 86d129f commit 71dd18a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,13 @@ jobs:
if: contains(github.ref, 'tags/v')
needs: [test]
runs-on: ${{ matrix.os }}
container: ${{ matrix.container }}
strategy:
matrix:
os: [ubuntu-22.04, macos-13]
include:
- os: ubuntu-22.04
container: quay.io/pypa/manylinux2010_x86_64
targets: >
x86_64-unknown-linux-gnu
# aarch64-unknown-linux-gnu
Expand Down
8 changes: 7 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,10 @@ members = [
"clash",
"clash_lib",
"clash_doc",
]
]

[profile.release]
opt-level = "s"
codegen-units = 1
lto = true
strip = true

0 comments on commit 71dd18a

Please sign in to comment.