Commit 38775be
committed
ci(session-e2e): allow -fms-extensions cgo flag for Windows build
pkg/apm/webrtc adds -fms-extensions to #cgo windows CXXFLAGS; Go's cgo flag
allowlist rejects it unless CGO_CXXFLAGS_ALLOW permits it, matching what
.goreleaser.yaml already does for Windows. test.yaml dodged this by excluding
Windows from its matrix.1 parent 3667a4c commit 38775be
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
83 | 87 | | |
84 | 88 | | |
85 | 89 | | |
| |||
0 commit comments