We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d35c8 commit f6d1387Copy full SHA for f6d1387
.spi.yml
@@ -1,11 +1,10 @@
1
version: 1
2
builder:
3
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
+ # Linux builds — apt-install FreeTDS before building.
+ # macOS builds are excluded: SPI's macOS runners cannot pre-install
+ # Homebrew packages, so pkg-config cannot locate FreeTDS at build time.
+ # macOS users install via: brew install freetds
9
- platform: linux
10
swift_version: '5.10'
11
linux_packages:
0 commit comments