Skip to content

Commit

Permalink
Correct composition of the ts_idl version.
Browse files Browse the repository at this point in the history
  • Loading branch information
wvreeven committed Jul 4, 2022
1 parent 1111db4 commit 2eb95ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/sal-sciplat/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN source ${SALSTACK} && \
conda install -c lsstts -y \
ts-dds=${osplice_v}=${osplice_py} \
ts-ddsconfig=${ts_ddsconfig} \
ts-idl=${ts_idl}_${ts_xml}_${ts_sal} \
ts-idl=${ts_idl}=${ts_xml}_${ts_sal} \
ts-salobj=${ts_salobj} \
ts-atdome=${ts_atdome} \
ts-atdometrajectory=${ts_atdometrajectory} \
Expand Down
4 changes: 2 additions & 2 deletions cycle/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ services:
dds_private_build: ${dds_private_build}
ts_dds: ${ts_dds_private}=${ts_dds_private_conda_build}
ts_ddsconfig: ${ts_ddsconfig}
ts_idl: ${ts_idl}_${ts_xml}_${ts_sal}
ts_idl: ${ts_idl}=${ts_xml}_${ts_sal}
ts_utils: ${ts_utils}
ts_salobj: ${ts_salobj}

Expand Down Expand Up @@ -658,7 +658,7 @@ services:
ts_utils: ${ts_utils}
ts_salobj: ${ts_salobj}
ts_dds: ${ts_dds_private}
ts_idl: ${ts_idl}_${ts_xml}_${ts_sal}
ts_idl: ${ts_idl}=${ts_xml}_${ts_sal}
ts_ddsconfig: ${ts_ddsconfig}

docker-compose-aarch64:
Expand Down
2 changes: 1 addition & 1 deletion recipe/ts_cycle/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

version = f"{int(env_vars['CYCLE'][1:])}.0.0"
ts_ddsconfig_version = env_vars["ts_ddsconfig"]
ts_idl_version = f"{env_vars['ts_idl']}_{env_vars['ts_xml']}_{env_vars['ts_sal']}"
ts_idl_version = f"{env_vars['ts_idl']}={env_vars['ts_xml']}_{env_vars['ts_sal']}"
ts_salobj_version = env_vars["ts_salobj"]

setup(
Expand Down

0 comments on commit 2eb95ec

Please sign in to comment.