File tree Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Expand file tree Collapse file tree 10 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ install -d .ci/sd4/dist
261
261
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
262
262
263
263
do_get_dockcross () {
264
- if [ -n " ${dockcross_image:- } " ]; then
264
+ if [ " ${in_docker :- } " = " true " ] && [ -n " ${dockcross_image:- } " ]; then
265
265
# The dockcross script is super-slow
266
266
section_begin get-dockcross ' Get dockcross binary (ManyLinux)'
267
267
install -d .ci/sd4
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ runs:
593
593
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
594
594
595
595
do_get_dockcross() {
596
- if [ -n "${dockcross_image:-}" ]; then
596
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
597
597
# The dockcross script is super-slow
598
598
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
599
599
install -d .ci/sd4
@@ -1770,7 +1770,7 @@ runs:
1770
1770
shell : bash
1771
1771
run : |
1772
1772
set -x
1773
- echo '479da2 -${{ inputs.FDOPEN_OPAMEXE_BOOTSTRAP }}-${{ steps.full_matrix_vars.outputs.dkml_host_abi }}-${{ steps.full_matrix_vars.outputs.opam_abi }}-${{ steps.full_matrix_vars.outputs.bootstrap_opam_version }}' > .ci/sd4/cachekey.opam.binaries
1773
+ echo '28df77 -${{ inputs.FDOPEN_OPAMEXE_BOOTSTRAP }}-${{ steps.full_matrix_vars.outputs.dkml_host_abi }}-${{ steps.full_matrix_vars.outputs.opam_abi }}-${{ steps.full_matrix_vars.outputs.bootstrap_opam_version }}' > .ci/sd4/cachekey.opam.binaries
1774
1774
echo '${{ steps.full_matrix_vars.outputs.abi_pattern }}-${{ steps.full_matrix_vars.outputs.vsstudio_arch }}-${{ steps.full_matrix_vars.outputs.vsstudio_hostarch }}-${{ steps.full_matrix_vars.outputs.vsstudio_dir }}-${{ steps.full_matrix_vars.outputs.vsstudio_vcvarsver }}-${{ steps.full_matrix_vars.outputs.vsstudio_winsdkver }}-${{ steps.full_matrix_vars.outputs.vsstudio_msvspreference }}-${{ steps.full_matrix_vars.outputs.vsstudio_cmakegenerator }}' > .ci/sd4/cachekey.vsstudio
1775
1775
echo '${{ inputs.OCAML_COMPILER }}-${{ inputs.DISKUV_OPAM_REPOSITORY }}-${{ inputs.DKML_COMPILER }}-${{ inputs.CONF_DKML_CROSS_TOOLCHAIN }}' > .ci/sd4/cachekey.ci.inputs
1776
1776
Original file line number Diff line number Diff line change @@ -621,7 +621,7 @@ runs:
621
621
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
622
622
623
623
do_get_dockcross() {
624
- if [ -n "${dockcross_image:-}" ]; then
624
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
625
625
# The dockcross script is super-slow
626
626
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
627
627
install -d .ci/sd4
@@ -1798,7 +1798,7 @@ runs:
1798
1798
shell : bash
1799
1799
run : |
1800
1800
set -x
1801
- echo '479da2 -${{ inputs.FDOPEN_OPAMEXE_BOOTSTRAP }}-${{ steps.full_matrix_vars.outputs.dkml_host_abi }}-${{ steps.full_matrix_vars.outputs.opam_abi }}-${{ steps.full_matrix_vars.outputs.bootstrap_opam_version }}' > .ci/sd4/cachekey.opam.binaries
1801
+ echo '28df77 -${{ inputs.FDOPEN_OPAMEXE_BOOTSTRAP }}-${{ steps.full_matrix_vars.outputs.dkml_host_abi }}-${{ steps.full_matrix_vars.outputs.opam_abi }}-${{ steps.full_matrix_vars.outputs.bootstrap_opam_version }}' > .ci/sd4/cachekey.opam.binaries
1802
1802
echo '${{ steps.full_matrix_vars.outputs.abi_pattern }}-${{ steps.full_matrix_vars.outputs.vsstudio_arch }}-${{ steps.full_matrix_vars.outputs.vsstudio_hostarch }}-${{ steps.full_matrix_vars.outputs.vsstudio_dir }}-${{ steps.full_matrix_vars.outputs.vsstudio_vcvarsver }}-${{ steps.full_matrix_vars.outputs.vsstudio_winsdkver }}-${{ steps.full_matrix_vars.outputs.vsstudio_msvspreference }}-${{ steps.full_matrix_vars.outputs.vsstudio_cmakegenerator }}' > .ci/sd4/cachekey.vsstudio
1803
1803
echo '${{ inputs.OCAML_COMPILER }}-${{ inputs.DISKUV_OPAM_REPOSITORY }}-${{ inputs.DKML_COMPILER }}-${{ inputs.CONF_DKML_CROSS_TOOLCHAIN }}' > .ci/sd4/cachekey.ci.inputs
1804
1804
Original file line number Diff line number Diff line change @@ -654,7 +654,7 @@ runs:
654
654
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
655
655
656
656
do_get_dockcross() {
657
- if [ -n "${dockcross_image:-}" ]; then
657
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
658
658
# The dockcross script is super-slow
659
659
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
660
660
install -d .ci/sd4
@@ -1969,7 +1969,7 @@ runs:
1969
1969
shell : bash
1970
1970
run : |
1971
1971
set -x
1972
- echo '479da2 -${{ inputs.FDOPEN_OPAMEXE_BOOTSTRAP }}-${{ steps.full_matrix_vars.outputs.dkml_host_abi }}-${{ steps.full_matrix_vars.outputs.opam_abi }}-${{ steps.full_matrix_vars.outputs.bootstrap_opam_version }}' > .ci/sd4/cachekey.opam.binaries
1972
+ echo '28df77 -${{ inputs.FDOPEN_OPAMEXE_BOOTSTRAP }}-${{ steps.full_matrix_vars.outputs.dkml_host_abi }}-${{ steps.full_matrix_vars.outputs.opam_abi }}-${{ steps.full_matrix_vars.outputs.bootstrap_opam_version }}' > .ci/sd4/cachekey.opam.binaries
1973
1973
echo '${{ steps.full_matrix_vars.outputs.abi_pattern }}-${{ steps.full_matrix_vars.outputs.vsstudio_arch }}-${{ steps.full_matrix_vars.outputs.vsstudio_hostarch }}-${{ steps.full_matrix_vars.outputs.vsstudio_dir }}-${{ steps.full_matrix_vars.outputs.vsstudio_vcvarsver }}-${{ steps.full_matrix_vars.outputs.vsstudio_winsdkver }}-${{ steps.full_matrix_vars.outputs.vsstudio_msvspreference }}-${{ steps.full_matrix_vars.outputs.vsstudio_cmakegenerator }}' > .ci/sd4/cachekey.vsstudio
1974
1974
echo '${{ inputs.OCAML_COMPILER }}-${{ inputs.DISKUV_OPAM_REPOSITORY }}-${{ inputs.DKML_COMPILER }}-${{ inputs.CONF_DKML_CROSS_TOOLCHAIN }}' > .ci/sd4/cachekey.ci.inputs
1975
1975
Original file line number Diff line number Diff line change @@ -877,7 +877,7 @@ variables:
877
877
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
878
878
879
879
do_get_dockcross() {
880
- if [ -n "${dockcross_image:-}" ]; then
880
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
881
881
# The dockcross script is super-slow
882
882
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
883
883
install -d .ci/sd4
@@ -2868,7 +2868,7 @@ variables:
2868
2868
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
2869
2869
2870
2870
do_get_dockcross() {
2871
- if [ -n "${dockcross_image:-}" ]; then
2871
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
2872
2872
# The dockcross script is super-slow
2873
2873
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
2874
2874
install -d .ci/sd4
@@ -4577,7 +4577,7 @@ variables:
4577
4577
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
4578
4578
4579
4579
do_get_dockcross() {
4580
- if [ -n "${dockcross_image:-}" ]; then
4580
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
4581
4581
# The dockcross script is super-slow
4582
4582
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
4583
4583
install -d .ci/sd4
Original file line number Diff line number Diff line change @@ -1300,7 +1300,7 @@ install -d .ci/sd4/dist
1300
1300
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
1301
1301
1302
1302
do_get_dockcross() {
1303
- if [ -n "${dockcross_image:-}" ]; then
1303
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
1304
1304
# The dockcross script is super-slow
1305
1305
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
1306
1306
install -d .ci/sd4
Original file line number Diff line number Diff line change @@ -1307,7 +1307,7 @@ install -d .ci/sd4/dist
1307
1307
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
1308
1308
1309
1309
do_get_dockcross() {
1310
- if [ -n "${dockcross_image:-}" ]; then
1310
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
1311
1311
# The dockcross script is super-slow
1312
1312
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
1313
1313
install -d .ci/sd4
Original file line number Diff line number Diff line change @@ -1307,7 +1307,7 @@ install -d .ci/sd4/dist
1307
1307
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
1308
1308
1309
1309
do_get_dockcross() {
1310
- if [ -n "${dockcross_image:-}" ]; then
1310
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
1311
1311
# The dockcross script is super-slow
1312
1312
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
1313
1313
install -d .ci/sd4
Original file line number Diff line number Diff line change @@ -1553,7 +1553,7 @@ install -d .ci/sd4/dist
1553
1553
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
1554
1554
1555
1555
do_get_dockcross() {
1556
- if [ -n "${dockcross_image:-}" ]; then
1556
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
1557
1557
# The dockcross script is super-slow
1558
1558
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
1559
1559
install -d .ci/sd4
Original file line number Diff line number Diff line change @@ -1552,7 +1552,7 @@ install -d .ci/sd4/dist
1552
1552
tar cf .ci/sd4/dist/run-with-env.tar -T /dev/null
1553
1553
1554
1554
do_get_dockcross() {
1555
- if [ -n "${dockcross_image:-}" ]; then
1555
+ if [ "${in_docker:-}" = "true" ] && [ -n "${dockcross_image:-}" ]; then
1556
1556
# The dockcross script is super-slow
1557
1557
section_begin get-dockcross 'Get dockcross binary (ManyLinux)'
1558
1558
install -d .ci/sd4
You can’t perform that action at this time.
0 commit comments