From 3f40c54111709dcd6da4f3863051eb823a002357 Mon Sep 17 00:00:00 2001 From: Leonard Jonathan Oh Date: Mon, 27 Nov 2023 19:57:53 +0000 Subject: [PATCH] Enhancement (ci): Use anonymous builds and disable `FIX_APPMANIFEST` for hlds With the recent `hlds` update: - Anonymous builds now work properly again. `hlds` builds can be done on PRs - `FIX_APPMANIFEST` no longer needed --- .github/workflows/ci-master-pr.yml | 1 - test/build-hlds-cstrike.env | 2 +- test/hlds-valve | 61 ++++++++++++++++++++---------- test/update-hlds-cstrike.env | 2 +- 4 files changed, 42 insertions(+), 24 deletions(-) diff --git a/.github/workflows/ci-master-pr.yml b/.github/workflows/ci-master-pr.yml index 87d29f90..675ef033 100644 --- a/.github/workflows/ci-master-pr.yml +++ b/.github/workflows/ci-master-pr.yml @@ -13,7 +13,6 @@ on: jobs: test-build-hlds: runs-on: ubuntu-latest - if: github.event_name != 'pull_request' || github.repository_owner != 'startersclan' steps: - uses: actions/checkout@v3 - name: Test build diff --git a/test/build-hlds-cstrike.env b/test/build-hlds-cstrike.env index 9a35b1ce..e526b4be 100644 --- a/test/build-hlds-cstrike.env +++ b/test/build-hlds-cstrike.env @@ -15,4 +15,4 @@ LATEST=true CACHE= NO_TEST= NO_PUSH=true -STEAM_LOGIN=true +STEAM_LOGIN= diff --git a/test/hlds-valve b/test/hlds-valve index 3e1d9684..a5ff710c 100644 --- a/test/hlds-valve +++ b/test/hlds-valve @@ -1,21 +1,40 @@ - -Console initialized. -Using breakpad crash handler -Setting breakpad minidump AppID = 70 -Forcing breakpad minidump interfaces to load -dlopen failed trying to load: -/root/.steam/sdk32/steamclient.so -with error: -/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory -Looking up breakpad interfaces from steamclient -Calling BreakpadMiniDumpSystemInit -Protocol version 48 -Exe version 1.1.2.2/Stdio (valve) -Exe build: 17:23:32 May 24 2018 (7882) -STEAM Auth Server -Protocol version 48 -Exe version 1.1.2.2/Stdio (valve) -Exe build: 21:47:32 Aug 8 2018 (7882) -Server IP address 172.16.0.2:27015 -couldn't exec listip.cfg -couldn't exec banned.cfg + +Console initialized. +Using breakpad crash handler +Setting breakpad minidump AppID = 70 +Forcing breakpad minidump interfaces to load +dlopen failed trying to load: +/root/.steam/sdk32/steamclient.so +with error: +/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory +Looking up breakpad interfaces from steamclient +Calling BreakpadMiniDumpSystemInit +Protocol version 48 +Exe version 1.1.2.2/Stdio (valve) +Exe build: 17:23:32 May 24 2018 (7882) +STEAM Auth Server + +Protocol version 48 +Exe version 1.1.2.2/Stdio (valve) +Exe build: 21:47:32 Aug 8 2018 (7882) +Server IP address 172.16.0.2:27015 +couldn't exec listip.cfg +couldn't exec banned.cfg + +Console initialized. +Using breakpad crash handler +Setting breakpad minidump AppID = 70 +Forcing breakpad minidump interfaces to load +dlopen failed trying to load: +/root/.steam/sdk32/steamclient.so +with error: +/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory +Looking up breakpad interfaces from steamclient +Calling BreakpadMiniDumpSystemInit +Protocol version 48 +Exe version 1.1.2.2/Stdio (valve) +Exe build: 19:52:19 Aug 3 2020 (8684) +STEAM Auth Server +Server IP address 172.17.0.3:27015 +couldn't exec listip.cfg +couldn't exec banned.cfg diff --git a/test/update-hlds-cstrike.env b/test/update-hlds-cstrike.env index b3b73400..7f469db5 100644 --- a/test/update-hlds-cstrike.env +++ b/test/update-hlds-cstrike.env @@ -12,4 +12,4 @@ INSTALL_COUNT= NO_PULL=true NO_TEST= NO_PUSH=true -STEAM_LOGIN=true +STEAM_LOGIN=