Skip to content

Commit

Permalink
Fix aarch64 binary 2 (#362)
Browse files Browse the repository at this point in the history
* Revert "fix: aarch64 binary artifact (#360)"

This reverts commit e3ceaa2.

* revert changing ubuntu image for main
  • Loading branch information
martintc committed Nov 8, 2023
1 parent e3ceaa2 commit e1c133f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
fail-fast: false
matrix:
job:
- { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu, use-cross: true }
- { os: ubuntu-20.04, target: aarch64-unknown-linux-gnu }
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }

- { os: macos-12, target: x86_64-apple-darwin }
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target=${{ matrix.job.target }}
args: --release

- name: Rename Binary
if: matrix.job.target != 'x86_64-pc-windows-msvc'
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --release --target=${{ matrix.job.target }}
args: --release

- name: Rename Binary
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
# target: aarch64-unknown-linux-gnu,
# use-cross: true,
# }
- { os: ubuntu-20.04, target: x86_64-unknown-linux-gnu }
- { os: ubuntu-22.04, target: x86_64-unknown-linux-gnu }
# - {
# os: ubuntu-20.04,
# target: x86_64-unknown-linux-musl,
Expand Down
4 changes: 0 additions & 4 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ whoami = "1.4"
[target.'cfg(unix)'.dependencies]
uzers = "0.11"

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]

[dev-dependencies]
tempfile = "3.8"
pretty_assertions = "1.3"

0 comments on commit e1c133f

Please sign in to comment.