Skip to content

Commit f5db016

Browse files
committed
Update sm & glibc version
1 parent 09cf11c commit f5db016

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-everything.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup SourcePawn Compiler
4141
uses: rumblefrog/[email protected]
4242
with:
43-
version: '1.12.7187' ### UPDATE Makefile.toml whenever this is updated.
43+
version: '1.12.7193' ### UPDATE Makefile.toml whenever this is updated.
4444
- name: Setup Zig
4545
uses: mlugg/setup-zig@v1
4646
with:

Makefile.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ HOSTZIGTOOLCHAIN = { source = "${OS}", default_value = "x86_64-linux", mapping =
9292

9393
MMBRANCH="master" # Not always instep with SM versions.
9494
SMSHORTVER="1.12" ### UPDATE .github/workflows/build-everything.yml whenever this is updated.
95-
SMBINVER="sourcemod-1.12.0-git7187-${HOSTOSPLAIN}" ### UPDATE .github/workflows/build-everything.yml whenever this is updated.
95+
SMBINVER="sourcemod-1.12.0-git7193-${HOSTOSPLAIN}" ### UPDATE .github/workflows/build-everything.yml whenever this is updated.
9696
SMBINEXT = { source = "${OS}", default_value = "tar.gz", mapping = {"Windows_NT" = "zip"} }
9797
SPCOMP = { source = "${OS}", default_value = "spcomp64", mapping = {"Windows_NT" = "spcomp"} }
9898

@@ -301,7 +301,9 @@ dependencies = [
301301
[tasks.linux]
302302
toolchain = "nightly"
303303
command = "cargo"
304-
args = ["zigbuild", "--release", "--target", "x86_64-unknown-linux-gnu.2.26"]
304+
# CS:S binaries are now at 2.29 according to this:
305+
# objdump -T bin/*.so | grep GLIBC | sed 's/.*GLIBC_\([.0-9]*\).*/\1/g' | sort -Vu
306+
args = ["zigbuild", "--release", "--target", "x86_64-unknown-linux-gnu.2.29"]
305307

306308
[tasks.msvc]
307309
toolchain = "nightly"

0 commit comments

Comments
 (0)