Skip to content
Snippets Groups Projects
Verified Commit 45da3e25 authored by Clayton Craft's avatar Clayton Craft :speech_balloon:
Browse files

DO NOT MERGE: ci: debug prints

[ci:skip-build]
parent 1375afe3
No related branches found
No related tags found
No related merge requests found
Pipeline #209153 failed
......@@ -18,6 +18,7 @@ arch="$(echo "$0" | cut -d '-' -f 2 | cut -d '.' -f 1)"
set -x
pmbootstrap config
.ci/lib/build_changed_aports.py "$arch"
......@@ -16,9 +16,11 @@ cache = {}
def get_pmaports_dir():
global cache
if "pmaports_dir" in cache:
print(f"pmaports_dir(cached): {cache['pmaports_dir']}")
return cache["pmaports_dir"]
ret = os.path.realpath(os.path.join(os.path.dirname(__file__) + "/../.."))
cache["pmaports_dir"] = ret
print(f"pmaports_dir: {cache['pmaports_dir']}")
return ret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment