Skip to content

Commit 5d139ec

Browse files
committed
cffi shortcut
1 parent 42b3a05 commit 5d139ec

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-cli-release.reusable.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,14 @@ jobs:
122122
workspaces: engine
123123
prefix-key: "v5-rust-${{ matrix._.target }}"
124124

125-
# Build the CLI - Always use static-ssl features
126-
- name: Build CLI Binary
127-
# This single step now handles all builds
128-
run: >
129-
${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
130-
--features static-ssl
131-
--no-default-features
132-
working-directory: engine
125+
# # Build the CLI - Always use static-ssl features
126+
# - name: Build CLI Binary
127+
# # This single step now handles all builds
128+
# run: >
129+
# ${{ env.CARGO }} build --release --bin baml-cli ${{ env.TARGET_FLAGS }}
130+
# --features static-ssl
131+
# --no-default-features
132+
# working-directory: engine
133133

134134
- name: Build CFFI Library
135135
run: >

0 commit comments

Comments
 (0)