File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,8 @@ sources = [
1010]
1111
1212script = raw """
13- set -euxo pipefail
14-
1513cd "${WORKSPACE}/srcdir/gametracer"
1614
17- # Sanity-check that the c_api entry-point exists at the expected location
18- test -d c_api
19- test -f c_api/CMakeLists.txt
2015
2116cmake -S c_api -B build \
2217 -DCMAKE_TOOLCHAIN_FILE="${CMAKE_TARGET_TOOLCHAIN}" \
@@ -25,20 +20,6 @@ cmake -S c_api -B build \
2520
2621cmake --build build --parallel "${nproc}"
2722cmake --install build
28-
29- # Verify the shared library was installed
30- if [[ ! -f "${libdir}/libgametracer.${dlext}" ]]; then
31- echo "ERROR: libgametracer.${dlext} not found under ${libdir}"
32- find "${prefix}" -maxdepth 6 -name "libgametracer.*" || true
33- exit 1
34- fi
35-
36- # Verify the license file was installed (Yggdrasil audit requirement)
37- if [[ ! -f "${prefix}/share/licenses/gametracer/COPYING" ]]; then
38- echo "ERROR: missing license file: ${prefix}/share/licenses/gametracer/COPYING"
39- find "${prefix}/share" -maxdepth 7 -name "COPYING" -o -name "LICENSE*" || true
40- exit 1
41- fi
4223"""
4324
4425platforms = supported_platforms ()
You can’t perform that action at this time.
0 commit comments