File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -102,19 +102,22 @@ jobs:
102102 --no-checkout \
103103 --depth 1 \
104104 --no-tags \
105- --single-branch
105+ --single-branch \
106+ --sparse
106107 cd "$cciRepo"
107- git sparse-checkout init
108108 git sparse-checkout set "$recipePathMinizip" "$recipePathQt"
109- git switch "$branchName"
109+ git checkout
110+ git sparse-checkout list
111+ ls -l
112+ ls -lR "$recipePathMinizip" "$recipePathQt"
110113
111114 # versions must be synced with: conan_patches/<package>/conandata.yml
112115 # if no custom patches are required for a package, it should be removed from here
113116 for p in minizip/1.3.1 qt/5.15.16 ; do
114117 IFS_OLD="$IFS"
115118 IFS=/
116119 read package version <<<"$p"
117- IFS="IFS_OLD"
120+ IFS="$ IFS_OLD"
118121
119122 if [[ $package == qt ]] ; then
120123 packagePath="$recipePathQt/5.x.x"
@@ -143,11 +146,11 @@ jobs:
143146 --no-checkout \
144147 --depth 1 \
145148 --no-tags \
146- --single-branch
149+ --single-branch \
150+ --sparse
147151 cd "$cciForkRepo"
148- git sparse-checkout init
149152 git sparse-checkout set "$recipePath"
150- git switch "$branchName"
153+ git checkout
151154
152155 conan create "$recipePath/all" \
153156 --version=2.1.0-beta3 \
You can’t perform that action at this time.
0 commit comments