Prerequisites
Operating System and Version
Windows 11 24H2
Game / AppID and Version
NMRiH 1142
SourceMod Version
1.13.0.7366
Metamod:Source Version
1.12.0-dev+1219
Version Verification
Updated SourceMod Version
No response
Updated Metamod:Source Version
No response
Description
In the mock test workflow running in .github/workflows/mocktest.yml, SourceMod uses --sdks=mock for building, but extensions/sdktools/AMBuilder explicitly skips the mock SDK build on line 32:
https://github.com/alliedmodders/sourcemod/blob/master/extensions/sdktools/AMBuilder#L32-L33
This means that sdktools.ext will not be compiled at all during the CI mock test process, causing test plugins that depend on sdktools to fail to load or run.
Possibly related:
Steps to Reproduce
No response
Relevant Log Output
Prerequisites
Operating System and Version
Windows 11 24H2
Game / AppID and Version
NMRiH 1142
SourceMod Version
1.13.0.7366
Metamod:Source Version
1.12.0-dev+1219
Version Verification
Updated SourceMod Version
No response
Updated Metamod:Source Version
No response
Description
In the mock test workflow running in
.github/workflows/mocktest.yml, SourceMod uses --sdks=mock for building, butextensions/sdktools/AMBuilderexplicitly skips the mock SDK build on line 32:https://github.com/alliedmodders/sourcemod/blob/master/extensions/sdktools/AMBuilder#L32-L33
This means that
sdktools.extwill not be compiled at all during the CI mock test process, causing test plugins that depend onsdktoolsto fail to load or run.Possibly related:
Steps to Reproduce
No response
Relevant Log Output