Skip to content

Commit f6d1387

Browse files
committed
update .spi.yml
1 parent a3d35c8 commit f6d1387

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.spi.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
version: 1
22
builder:
33
configs:
4-
# macOS builds (no system packages needed — FreeTDS via Homebrew is on SPI runners)
5-
- platform: macos-spm
6-
- platform: macos-xcodebuild
7-
8-
# Linux builds — install FreeTDS and pkg-config via apt before building
4+
# Linux builds — apt-install FreeTDS before building.
5+
# macOS builds are excluded: SPI's macOS runners cannot pre-install
6+
# Homebrew packages, so pkg-config cannot locate FreeTDS at build time.
7+
# macOS users install via: brew install freetds
98
- platform: linux
109
swift_version: '5.10'
1110
linux_packages:

0 commit comments

Comments
 (0)