Skip to content

Commit bbd7d85

Browse files
committed
Revert "fix(ci): set OPENSSL_DIR for musl targets in cross containers"
This reverts commit bfa2802.
1 parent fc19dbb commit bbd7d85

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-cli-binaries.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ jobs:
5959
key: ${{ matrix.target }}
6060

6161
- name: Build binary
62-
env:
63-
# Set OPENSSL_DIR for musl targets (Alpine installs to /usr)
64-
# Cross passes through environment variables to the container
65-
OPENSSL_DIR: ${{ contains(matrix.target, 'musl') && '/usr' || '' }}
6662
run: |
6763
if [ "${{ matrix.use-cross }}" = "true" ]; then
6864
cross build --release --target ${{ matrix.target }} -p opencode-cloud --bin occ

0 commit comments

Comments
 (0)