Skip to content

Commit

Permalink
Enhancement (ci): Use anonymous builds and disable FIX_APPMANIFEST
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
leojonathanoh committed Nov 27, 2023
1 parent 4488fd4 commit 3f40c54
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 24 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/build-hlds-cstrike.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ LATEST=true
CACHE=
NO_TEST=
NO_PUSH=true
STEAM_LOGIN=true
STEAM_LOGIN=
61 changes: 40 additions & 21 deletions test/hlds-valve
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion test/update-hlds-cstrike.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ INSTALL_COUNT=
NO_PULL=true
NO_TEST=
NO_PUSH=true
STEAM_LOGIN=true
STEAM_LOGIN=

0 comments on commit 3f40c54

Please sign in to comment.