Skip to content

Commit 11e5733

Browse files
authored
add note on ansible
1 parent 46a9dfb commit 11e5733

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/deployment/Creating-a-release.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ is recent enough to include the most recent changes in the
6060

6161
1. Do the same for the `EPICS32` 32-bit build, replacing `EPICS` with `EPICS32` everywhere in the commands above.
6262
1. Check release is now listed in [`https://control-svcs.isis.cclrc.ac.uk/git/?a=project_list;pf=releases`](https://control-svcs.isis.cclrc.ac.uk/git/?a=project_list;pf=releases)
63+
1. Run the [`instrument_deploy.yaml` ansible playbook](https://github.com/ISISComputingGroup/ansible-playbooks/tree/main?tab=readme-ov-file#instrument_deployyaml) which currently installs the JDK on instruments.
64+
6365

6466
{#creating_release_testing_steps}
6567
### Testing

doc/overview/First-Time-Build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ See [Install Visual Studio](/iocs/compiling/Install-Visual-Studio)
1919
{#first_time_install_java}
2020
## Install Java JDK
2121

22-
Install the **OpenJDK 21 hotspot** binary zip from https://adoptium.net and extract to `\instrument\apps\JDK\21.x.x`
22+
Install the **OpenJDK 25 hotspot** binary zip from https://adoptium.net and extract to `\instrument\apps\JDK\21`
2323

2424
```{important}
2525
**Do not install an Oracle JDK**. It has an unsuitable license.

0 commit comments

Comments
 (0)