File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 40
40
41
41
mkdir -p logs
42
42
43
+ printf " \n=> Building godot-%s\n" " fedora"
43
44
" $podman " build -t godot-fedora:${img_version} -f Dockerfile.base . 2>&1 | tee logs/base.log
44
45
45
46
podman_build () {
47
+ printf " \n=> Building godot-%s\n" " $1 "
46
48
# You can add --no-cache as an option to podman_build below to rebuild all containers from scratch.
47
49
" $podman " build \
48
50
--build-arg img_version=${img_version} \
@@ -70,7 +72,9 @@ if [ ! -e "${files_root}"/MacOSX${OSX_SDK}.sdk.tar.xz ] || [ ! -e "${files_root}
70
72
fi
71
73
72
74
echo " Building OSX and iOS SDK packages. This will take a while"
75
+ printf " \n=> Building godot-%s\n" " xcode"
73
76
podman_build xcode
77
+ printf " \n=> Running godot-%s\n" " xcode"
74
78
" $podman " run -it --rm \
75
79
-v " ${files_root} " :/root/files:z \
76
80
-e XCODE_SDKV=" ${XCODE_SDK} " \
You can’t perform that action at this time.
0 commit comments