File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 4040
4141mkdir -p logs
4242
43+ printf " \n=> Building godot-%s\n" " fedora"
4344" $podman " build -t godot-fedora:${img_version} -f Dockerfile.base . 2>&1 | tee logs/base.log
4445
4546podman_build () {
47+ printf " \n=> Building godot-%s\n" " $1 "
4648 # You can add --no-cache as an option to podman_build below to rebuild all containers from scratch.
4749 " $podman " build \
4850 --build-arg img_version=${img_version} \
@@ -71,6 +73,7 @@ if [ ! -e "${files_root}"/MacOSX${OSX_SDK}.sdk.tar.xz ] || [ ! -e "${files_root}
7173
7274 echo " Building OSX and iOS SDK packages. This will take a while"
7375 podman_build xcode
76+ printf " \n=> Running godot-%s\n" " xcode"
7477 " $podman " run -it --rm \
7578 -v " ${files_root} " :/root/files:z \
7679 -e XCODE_SDKV=" ${XCODE_SDK} " \
You can’t perform that action at this time.
0 commit comments