Skip to content

Commit 7fe9458

Browse files
committed
CI: Temporarily disable release builds for FreeBSD
1 parent e093f1c commit 7fe9458

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cicd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- aarch64-apple-darwin
117117
- x86_64-apple-darwin
118118
- x86_64-pc-windows-msvc
119-
- x86_64-unknown-freebsd
119+
# - x86_64-unknown-freebsd
120120
include:
121121
- os: ubuntu-latest
122122
- target: aarch64-unknown-linux-gnu
@@ -130,8 +130,8 @@ jobs:
130130
- target: x86_64-pc-windows-msvc
131131
os: windows-latest
132132
features: [winsqlite3]
133-
- target: x86_64-unknown-freebsd
134-
use_cross: true
133+
# - target: x86_64-unknown-freebsd
134+
# use_cross: true
135135
env:
136136
CARGO_INCREMENTAL: 0
137137
CARGO_PROFILE_RELEASE_CODEGEN_UNITS: 1

0 commit comments

Comments
 (0)