File tree Expand file tree Collapse file tree 1 file changed +12
-9
lines changed
Expand file tree Collapse file tree 1 file changed +12
-9
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments