Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
sm_branch: "1.11-dev"
spcomp_version: "1.11.x"

- sm_version: "1.12"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah right, so 1.11 is now considered oldstable — I don't think there's any compelling reason to keep 1.11 now, and the release steps weren't built with multiple SM versions in mind (there's only release archives for Linux and Windows, both containing 32-bit and 64-bit extension builds).

This PR may be effectively redundant with #22, but we'll see once that gets a final once-over and merged.

sm_branch: "1.12-dev"
spcomp_version: "1.12.x"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If I recall correctly spcomp 1.12 has flawed codegen due to the major refactoring work done on sourcepawn's side, so I'd probably opt to keep this at 1.11.x.
SourceMod plugin files are generally architecture-independent and there currently aren't any changes in plugin-space that improve support of 64-bit memory.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sm1.12-7170 seems to resolved some flawed codegen problem I remembered, which is the version I have been using until now.
As for the improvement of memory functionality you are right, nothing bright so it is a reason to stay 1.11.x. If this is not necessary then I agree that this pr can be closed.


- os: ubuntu-20.04
os_short: linux
package_ext: tar.gz
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pull-request-ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
sm_branch: "1.11-dev"
spcomp_version: "1.11.x"

- sm_version: "1.12"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think sm_version is a key / value that's used anywhere in the workflow. I think you wanted a corresponding meta_branch?

sm_branch: "1.12-dev"
spcomp_version: "1.12.x"

- os: ubuntu-20.04
os_short: linux

Expand Down