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 4, 2023
1 parent 4e920d9 commit 55e56d5
Show file tree
Hide file tree
Showing 14 changed files with 549 additions and 3 deletions.
13 changes: 13 additions & 0 deletions src/logic/model.ml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,19 @@ 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");
("PIN_DKML_COMPONENT_STAGING_WITHDKML", "2.0.3");
("PIN_DKML_COMPONENT_XX_CONSOLE", "0.1.1");
("PIN_DKML_EXE_LIB", "2.0.3");
("PIN_DKML_EXE", "2.0.3");
Expand Down
13 changes: 13 additions & 0 deletions src/scripts/setup-dkml.sh
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,19 @@ 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}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-withdkml "${PIN_DKML_COMPONENT_STAGING_WITHDKML}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-xx-console "${PIN_DKML_COMPONENT_XX_CONSOLE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-exe "${PIN_DKML_EXE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-exe-lib "${PIN_DKML_EXE_LIB}"
Expand Down
13 changes: 13 additions & 0 deletions test/gh-darwin/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,19 @@ 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'
PIN_DKML_COMPONENT_STAGING_WITHDKML: '2.0.3'
PIN_DKML_COMPONENT_XX_CONSOLE: '0.1.1'
PIN_DKML_EXE_LIB: '2.0.3'
PIN_DKML_EXE: '2.0.3'
Expand Down
28 changes: 27 additions & 1 deletion test/gh-darwin/pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,19 @@ 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}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-withdkml "${PIN_DKML_COMPONENT_STAGING_WITHDKML}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-xx-console "${PIN_DKML_COMPONENT_XX_CONSOLE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-exe "${PIN_DKML_EXE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-exe-lib "${PIN_DKML_EXE_LIB}"
Expand Down Expand Up @@ -1753,7 +1766,7 @@ runs:
shell: bash
run: |
set -x
echo '9e10b8-${{ 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 'adb46c-${{ 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 @@ -1853,6 +1866,19 @@ 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'
PIN_DKML_COMPONENT_STAGING_WITHDKML: '2.0.3'
PIN_DKML_COMPONENT_XX_CONSOLE: '0.1.1'
PIN_DKML_EXE_LIB: '2.0.3'
PIN_DKML_EXE: '2.0.3'
Expand Down
13 changes: 13 additions & 0 deletions test/gh-linux/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,19 @@ 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'
PIN_DKML_COMPONENT_STAGING_WITHDKML: '2.0.3'
PIN_DKML_COMPONENT_XX_CONSOLE: '0.1.1'
PIN_DKML_EXE_LIB: '2.0.3'
PIN_DKML_EXE: '2.0.3'
Expand Down
28 changes: 27 additions & 1 deletion test/gh-linux/pre/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1296,6 +1296,19 @@ 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}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-staging-withdkml "${PIN_DKML_COMPONENT_STAGING_WITHDKML}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-component-xx-console "${PIN_DKML_COMPONENT_XX_CONSOLE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-exe "${PIN_DKML_EXE}"
opamrun pin add --switch "$do_pins_NAME" --yes --no-action -k version dkml-exe-lib "${PIN_DKML_EXE_LIB}"
Expand Down Expand Up @@ -1781,7 +1794,7 @@ runs:
shell: bash
run: |
set -x
echo '9e10b8-${{ 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 'adb46c-${{ 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 @@ -1912,6 +1925,19 @@ 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'
PIN_DKML_COMPONENT_STAGING_WITHDKML: '2.0.3'
PIN_DKML_COMPONENT_XX_CONSOLE: '0.1.1'
PIN_DKML_EXE_LIB: '2.0.3'
PIN_DKML_EXE: '2.0.3'
Expand Down
13 changes: 13 additions & 0 deletions test/gh-windows/post/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,19 @@ 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'
PIN_DKML_COMPONENT_STAGING_WITHDKML: '2.0.3'
PIN_DKML_COMPONENT_XX_CONSOLE: '0.1.1'
PIN_DKML_EXE_LIB: '2.0.3'
PIN_DKML_EXE: '2.0.3'
Expand Down
Loading

0 comments on commit 55e56d5

Please sign in to comment.