-
Notifications
You must be signed in to change notification settings - Fork 14
Updated workflows for sm1.12 checking. #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,6 +21,10 @@ jobs: | |
| sm_branch: "1.11-dev" | ||
| spcomp_version: "1.11.x" | ||
|
|
||
| - sm_version: "1.12" | ||
| sm_branch: "1.12-dev" | ||
| spcomp_version: "1.12.x" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
|
|
||
| - os: ubuntu-20.04 | ||
| os_short: linux | ||
| package_ext: tar.gz | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -20,6 +20,10 @@ jobs: | |
| sm_branch: "1.11-dev" | ||
| spcomp_version: "1.11.x" | ||
|
|
||
| - sm_version: "1.12" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't think |
||
| sm_branch: "1.12-dev" | ||
| spcomp_version: "1.12.x" | ||
|
|
||
| - os: ubuntu-20.04 | ||
| os_short: linux | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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.