File tree Expand file tree Collapse file tree 6 files changed +6
-26
lines changed Expand file tree Collapse file tree 6 files changed +6
-26
lines changed Original file line number Diff line number Diff line change @@ -10,15 +10,11 @@ checkoutSCM:
1010 digestSHA1 : 07266dff2bf31a24fc912314b6764251ce645a39
1111 stripComponents : 1
1212
13- checkoutDeterministic : True
14- checkoutScript : |
15- autoconfReconfigure
16-
1713buildVars : [AR]
1814buildScript : |
1915 # this doesn't support out of tree builds; symlink the sources
2016 mkdir -p build
2117 cp -as $1/* build/
22- autotoolsBuild -o AR=$AR $1
18+ autotoolsBuild -s - o AR=$AR $1
2319
2420packageScript : autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -18,11 +18,9 @@ checkoutSCM:
1818checkoutDeterministic : True
1919checkoutScript : |
2020 patchApplySeries $<<python/*>>
21- autoconfReconfigure
2221
2322buildScript : |
24- mkdir -p src
25- rsync -aH --delete $1/ src/
23+ autoconfSyncReconfigure $1 src
2624
2725multiPackage :
2826 " " :
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ checkoutSCM:
1010 digestSHA1 : 8dd9df265524469f7740713b5f433e7ef85c444f
1111 stripComponents : 1
1212
13- checkoutDeterministic : True
14- checkoutScript : |
15- autoconfReconfigure
16-
1713buildScript : |
18- autotoolsBuild $1
14+ autotoolsBuild -s $1
1915
2016packageScript : autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -10,12 +10,8 @@ checkoutSCM:
1010 digestSHA1 : 4b06176c1c71b2818dc2f9d772346c5902238c33
1111 stripComponents : 1
1212
13- checkoutDeterministic : True
14- checkoutScript : |
15- autoconfReconfigure
16-
1713buildScript : |
18- autotoolsBuild $1
14+ autotoolsBuild -s $1
1915
2016packageScript : |
2117 autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ checkoutSCM:
1010 digestSHA256 : " d33a4fd24c72c2d08893f129d724adf725b93dae96c359e4f4e9f32573cc853b"
1111 stripComponents : 1
1212
13- checkoutDeterministic : True
14- checkoutScript : |
15- autoconfReconfigure
16-
1713buildScript : |
18- autotoolsBuild $1
14+ autotoolsBuild -s $1
1915
2016packageScript : autotoolsPackageTgt
Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ depends:
2121checkoutDeterministic : True
2222checkoutScript : |
2323 patchApplySeries -p0 $<@sysbench/*.patch@>
24- autoconfReconfigure
2524
2625buildVars : [CC]
2726buildScript : |
28- # rsync -a --delete $1/ build
29- autotoolsBuild -o V=1 -o VERBOSE=1 $1 --without-mysql \
27+ autotoolsBuild -s -o V=1 -o VERBOSE=1 $1 --without-mysql \
3028 --with-system-ck \
3129 --with-system-luajit
3230
You can’t perform that action at this time.
0 commit comments