Skip to content

Commit a43494d

Browse files
committed
remove linux deps install and try with env vars
1 parent 41ea93a commit a43494d

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

.github/workflows/release.yml

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,15 @@ jobs:
9191
# git config --system core.longpaths true
9292
# reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f
9393
# shell: pwsh
94-
95-
- name: Install required deps
96-
run: sudo apt-get install libssl-dev pkg-config libudev-dev
97-
98-
- name: Install cross-compilation dependencies
99-
run: |
100-
sudo dpkg --add-architecture arm64
101-
sudo apt-get update
102-
sudo apt-get install -y libssl-dev:arm64 pkg-config
94+
#
95+
# - name: Install required deps
96+
# run: sudo apt-get install libssl-dev pkg-config libudev-dev
97+
#
98+
# - name: Install cross-compilation dependencies
99+
# run: |
100+
# sudo dpkg --add-architecture arm64
101+
# sudo apt-get update
102+
# sudo apt-get install -y libssl-dev:arm64 pkg-config
103103

104104
- name: Install Rust toolchain
105105
uses: dtolnay/rust-toolchain@stable
@@ -153,6 +153,9 @@ jobs:
153153
- name: Build all tools (ARM64 Linux cross-compilation)
154154
if: matrix.target == 'aarch64-unknown-linux-gnu'
155155
shell: bash
156+
env:
157+
OPENSSL_STATIC: 1
158+
OPENSSL_VENDORED: 1
156159
run: |
157160
cross build --release --target ${{ matrix.target }} --bin move-mutation-test
158161
cross build --release --target ${{ matrix.target }} --bin move-mutator

0 commit comments

Comments
 (0)