Skip to content

Commit

Permalink
Bump package lists
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahbeckford committed Sep 15, 2023
1 parent 9dbcb3f commit 679e575
Show file tree
Hide file tree
Showing 14 changed files with 339 additions and 3 deletions.
8 changes: 8 additions & 0 deletions src/logic/model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,15 @@ let global_env_vars =
("PIN_DKML_COMPONENT_COMMON_DESKTOP", "2.0.3");
("PIN_DKML_COMPONENT_COMMON_OPAM", "2.2.0~alpha0~20221228");
("PIN_DKML_COMPONENT_COMMON_UNIXUTILS", "0.2.0");
("PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON", "4.14.0~v2.0.3");
("PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK", "4.14.0~v2.0.3");
("PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE", "4.14.0~v2.0.3");
("PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL", "2.0.3");
("PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM", "2.2.0~alpha0~20221228");
("PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS", "0.2.0");
("PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL", "2.0.3");
("PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR", "2.0.3");
("PIN_DKML_COMPONENT_STAGING_OCAMLRUN", "4.14.0~v2.0.3");
("PIN_DKML_COMPONENT_STAGING_OPAM32", "2.2.0~alpha0~20221228");
("PIN_DKML_COMPONENT_STAGING_OPAM64", "2.2.0~alpha0~20221228");
("PIN_DKML_COMPONENT_STAGING_UNIXUTILS", "0.2.0");
Expand All @@ -59,6 +66,7 @@ let global_env_vars =
("PIN_DKML_INSTALL_RUNNER", "0.5.1");
("PIN_DKML_INSTALL", "0.5.1");
("PIN_DKML_INSTALLER_OCAML_COMMON", "2.0.3");
("PIN_DKML_INSTALLER_OCAML_OFFLINE", "2.0.3");
("PIN_DKML_PACKAGE_CONSOLE", "0.5.1");
("PIN_DKML_RUNTIME_COMMON_NATIVE", "2.0.3");
("PIN_DKML_RUNTIME_COMMON", "2.0.3");
Expand Down
8 changes: 8 additions & 0 deletions src/scripts/setup-dkml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -938,8 +938,15 @@ do_pins() {
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-desktop "${PIN_DKML_COMPONENT_COMMON_DESKTOP}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-opam "${PIN_DKML_COMPONENT_COMMON_OPAM}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-unixutils "${PIN_DKML_COMPONENT_COMMON_UNIXUTILS}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-common "${PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-network "${PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-offline "${PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-desktop-full "${PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-opamshim "${PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-unixutils "${PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-desktop-full "${PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-dkmlconfdir "${PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-ocamlrun "${PIN_DKML_COMPONENT_STAGING_OCAMLRUN}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-opam32 "${PIN_DKML_COMPONENT_STAGING_OPAM32}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-opam64 "${PIN_DKML_COMPONENT_STAGING_OPAM64}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-unixutils "${PIN_DKML_COMPONENT_STAGING_UNIXUTILS}"
Expand All @@ -951,6 +958,7 @@ do_pins() {
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-install-installer "${PIN_DKML_INSTALL_INSTALLER}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-install-runner "${PIN_DKML_INSTALL_RUNNER}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-installer-ocaml-common "${PIN_DKML_INSTALLER_OCAML_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-installer-ocaml-offline "${PIN_DKML_INSTALLER_OCAML_OFFLINE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-package-console "${PIN_DKML_PACKAGE_CONSOLE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-runtime-common "${PIN_DKML_RUNTIME_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-runtime-common-native "${PIN_DKML_RUNTIME_COMMON_NATIVE}"
Expand Down
8 changes: 8 additions & 0 deletions test/gh-darwin/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,15 @@ runs:
PIN_DKML_COMPONENT_COMMON_DESKTOP: '2.0.3'
PIN_DKML_COMPONENT_COMMON_OPAM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_COMMON_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR: '2.0.3'
PIN_DKML_COMPONENT_STAGING_OCAMLRUN: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_STAGING_OPAM32: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_OPAM64: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_UNIXUTILS: '0.2.0'
Expand All @@ -96,6 +103,7 @@ runs:
PIN_DKML_INSTALL_RUNNER: '0.5.1'
PIN_DKML_INSTALL: '0.5.1'
PIN_DKML_INSTALLER_OCAML_COMMON: '2.0.3'
PIN_DKML_INSTALLER_OCAML_OFFLINE: '2.0.3'
PIN_DKML_PACKAGE_CONSOLE: '0.5.1'
PIN_DKML_RUNTIME_COMMON_NATIVE: '2.0.3'
PIN_DKML_RUNTIME_COMMON: '2.0.3'
Expand Down
18 changes: 17 additions & 1 deletion test/gh-darwin/pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,15 @@ runs:
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-desktop "${PIN_DKML_COMPONENT_COMMON_DESKTOP}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-opam "${PIN_DKML_COMPONENT_COMMON_OPAM}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-unixutils "${PIN_DKML_COMPONENT_COMMON_UNIXUTILS}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-common "${PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-network "${PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-offline "${PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-desktop-full "${PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-opamshim "${PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-unixutils "${PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-desktop-full "${PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-dkmlconfdir "${PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-ocamlrun "${PIN_DKML_COMPONENT_STAGING_OCAMLRUN}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-opam32 "${PIN_DKML_COMPONENT_STAGING_OPAM32}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-opam64 "${PIN_DKML_COMPONENT_STAGING_OPAM64}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-unixutils "${PIN_DKML_COMPONENT_STAGING_UNIXUTILS}"
Expand All @@ -1281,6 +1288,7 @@ runs:
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-install-installer "${PIN_DKML_INSTALL_INSTALLER}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-install-runner "${PIN_DKML_INSTALL_RUNNER}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-installer-ocaml-common "${PIN_DKML_INSTALLER_OCAML_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-installer-ocaml-offline "${PIN_DKML_INSTALLER_OCAML_OFFLINE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-package-console "${PIN_DKML_PACKAGE_CONSOLE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-runtime-common "${PIN_DKML_RUNTIME_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-runtime-common-native "${PIN_DKML_RUNTIME_COMMON_NATIVE}"
Expand Down Expand Up @@ -1759,7 +1767,7 @@ runs:
shell: bash
run: |
set -x
echo 'f770dc-${{ 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
echo '6f60da-${{ 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
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
echo '${{ inputs.OCAML_COMPILER }}-${{ inputs.DISKUV_OPAM_REPOSITORY }}-${{ inputs.DKML_COMPILER }}-${{ inputs.CONF_DKML_CROSS_TOOLCHAIN }}' > .ci/sd4/cachekey.ci.inputs
Expand Down Expand Up @@ -1859,8 +1867,15 @@ runs:
PIN_DKML_COMPONENT_COMMON_DESKTOP: '2.0.3'
PIN_DKML_COMPONENT_COMMON_OPAM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_COMMON_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR: '2.0.3'
PIN_DKML_COMPONENT_STAGING_OCAMLRUN: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_STAGING_OPAM32: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_OPAM64: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_UNIXUTILS: '0.2.0'
Expand All @@ -1872,6 +1887,7 @@ runs:
PIN_DKML_INSTALL_RUNNER: '0.5.1'
PIN_DKML_INSTALL: '0.5.1'
PIN_DKML_INSTALLER_OCAML_COMMON: '2.0.3'
PIN_DKML_INSTALLER_OCAML_OFFLINE: '2.0.3'
PIN_DKML_PACKAGE_CONSOLE: '0.5.1'
PIN_DKML_RUNTIME_COMMON_NATIVE: '2.0.3'
PIN_DKML_RUNTIME_COMMON: '2.0.3'
Expand Down
8 changes: 8 additions & 0 deletions test/gh-linux/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,15 @@ runs:
PIN_DKML_COMPONENT_COMMON_DESKTOP: '2.0.3'
PIN_DKML_COMPONENT_COMMON_OPAM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_COMMON_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR: '2.0.3'
PIN_DKML_COMPONENT_STAGING_OCAMLRUN: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_STAGING_OPAM32: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_OPAM64: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_UNIXUTILS: '0.2.0'
Expand All @@ -112,6 +119,7 @@ runs:
PIN_DKML_INSTALL_RUNNER: '0.5.1'
PIN_DKML_INSTALL: '0.5.1'
PIN_DKML_INSTALLER_OCAML_COMMON: '2.0.3'
PIN_DKML_INSTALLER_OCAML_OFFLINE: '2.0.3'
PIN_DKML_PACKAGE_CONSOLE: '0.5.1'
PIN_DKML_RUNTIME_COMMON_NATIVE: '2.0.3'
PIN_DKML_RUNTIME_COMMON: '2.0.3'
Expand Down
18 changes: 17 additions & 1 deletion test/gh-linux/pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,8 +1296,15 @@ runs:
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-desktop "${PIN_DKML_COMPONENT_COMMON_DESKTOP}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-opam "${PIN_DKML_COMPONENT_COMMON_OPAM}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-common-unixutils "${PIN_DKML_COMPONENT_COMMON_UNIXUTILS}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-common "${PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-network "${PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-ocamlcompiler-offline "${PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-desktop-full "${PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-opamshim "${PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-offline-unixutils "${PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-desktop-full "${PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-dkmlconfdir "${PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-ocamlrun "${PIN_DKML_COMPONENT_STAGING_OCAMLRUN}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-opam32 "${PIN_DKML_COMPONENT_STAGING_OPAM32}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-opam64 "${PIN_DKML_COMPONENT_STAGING_OPAM64}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-unixutils "${PIN_DKML_COMPONENT_STAGING_UNIXUTILS}"
Expand All @@ -1309,6 +1316,7 @@ runs:
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-install-installer "${PIN_DKML_INSTALL_INSTALLER}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-install-runner "${PIN_DKML_INSTALL_RUNNER}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-installer-ocaml-common "${PIN_DKML_INSTALLER_OCAML_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-installer-ocaml-offline "${PIN_DKML_INSTALLER_OCAML_OFFLINE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-package-console "${PIN_DKML_PACKAGE_CONSOLE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-runtime-common "${PIN_DKML_RUNTIME_COMMON}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-runtime-common-native "${PIN_DKML_RUNTIME_COMMON_NATIVE}"
Expand Down Expand Up @@ -1787,7 +1795,7 @@ runs:
shell: bash
run: |
set -x
echo 'f770dc-${{ 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
echo '6f60da-${{ 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
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
echo '${{ inputs.OCAML_COMPILER }}-${{ inputs.DISKUV_OPAM_REPOSITORY }}-${{ inputs.DKML_COMPILER }}-${{ inputs.CONF_DKML_CROSS_TOOLCHAIN }}' > .ci/sd4/cachekey.ci.inputs
Expand Down Expand Up @@ -1918,8 +1926,15 @@ runs:
PIN_DKML_COMPONENT_COMMON_DESKTOP: '2.0.3'
PIN_DKML_COMPONENT_COMMON_OPAM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_COMMON_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR: '2.0.3'
PIN_DKML_COMPONENT_STAGING_OCAMLRUN: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_STAGING_OPAM32: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_OPAM64: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_UNIXUTILS: '0.2.0'
Expand All @@ -1931,6 +1946,7 @@ runs:
PIN_DKML_INSTALL_RUNNER: '0.5.1'
PIN_DKML_INSTALL: '0.5.1'
PIN_DKML_INSTALLER_OCAML_COMMON: '2.0.3'
PIN_DKML_INSTALLER_OCAML_OFFLINE: '2.0.3'
PIN_DKML_PACKAGE_CONSOLE: '0.5.1'
PIN_DKML_RUNTIME_COMMON_NATIVE: '2.0.3'
PIN_DKML_RUNTIME_COMMON: '2.0.3'
Expand Down
8 changes: 8 additions & 0 deletions test/gh-windows/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,15 @@ runs:
PIN_DKML_COMPONENT_COMMON_DESKTOP: '2.0.3'
PIN_DKML_COMPONENT_COMMON_OPAM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_COMMON_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_OCAMLCOMPILER_COMMON: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_NETWORK: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OCAMLCOMPILER_OFFLINE: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_OFFLINE_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_OFFLINE_OPAMSHIM: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_OFFLINE_UNIXUTILS: '0.2.0'
PIN_DKML_COMPONENT_STAGING_DESKTOP_FULL: '2.0.3'
PIN_DKML_COMPONENT_STAGING_DKMLCONFDIR: '2.0.3'
PIN_DKML_COMPONENT_STAGING_OCAMLRUN: '4.14.0~v2.0.3'
PIN_DKML_COMPONENT_STAGING_OPAM32: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_OPAM64: '2.2.0~alpha0~20221228'
PIN_DKML_COMPONENT_STAGING_UNIXUTILS: '0.2.0'
Expand All @@ -125,6 +132,7 @@ runs:
PIN_DKML_INSTALL_RUNNER: '0.5.1'
PIN_DKML_INSTALL: '0.5.1'
PIN_DKML_INSTALLER_OCAML_COMMON: '2.0.3'
PIN_DKML_INSTALLER_OCAML_OFFLINE: '2.0.3'
PIN_DKML_PACKAGE_CONSOLE: '0.5.1'
PIN_DKML_RUNTIME_COMMON_NATIVE: '2.0.3'
PIN_DKML_RUNTIME_COMMON: '2.0.3'
Expand Down
Loading

0 comments on commit 679e575

Please sign in to comment.