source-sdk-2013 icon indicating copy to clipboard operation
source-sdk-2013 copied to clipboard

Fix sdk_container script causing the linux build to fail

Open zJanny opened this issue 10 months ago • 1 comments

The podman run command had an invalid syntax for the mount options which caused the script to fail, and the .ccache directory might not have been created which also caused the command to fail. This pull request fixes this

zJanny avatar Feb 19 '25 08:02 zJanny

Yeah I noticed the .ccache folder issue when trying to compile the code. I also noticed, at least on NixOS, it's impossible to run the bash scripts until you modify the headers of "sdk_container" and "buildallprojects" to have this towards the top instead of #!/bin/bash:

#!/usr/bin/env bash

Naitrate avatar Feb 19 '25 19:02 Naitrate

Why closed?

xVemu avatar Jun 01 '25 12:06 xVemu

Why closed?

This has already been merged here: https://github.com/BitlDevelopmentStudios/source-sdk-2013-bds-base/commit/339918c50f832c9c37da115eb673d9ee90cc6448

zJanny avatar Jun 01 '25 12:06 zJanny