Skip to content

Conversation

jclarkeSTFC
Copy link
Contributor

@jclarkeSTFC jclarkeSTFC commented Oct 8, 2024

If we don't include these schema files and set the appropriate environment variable, then the standalone will use the system schema files. If these are not compatible with the current versions of packages that we use, then we can get an error.

Fixes #38160.

For more info see here and here.

To test:

Check a conda install and a standalone on IDAaaS (and maybe another Linux machine if you have one available).
https://builds.mantidproject.org/job/build_packages_from_branch/926/

install conda package with:
mamba install -c thomashampson/label/linuxstandalonefix mantidworkbench


Reviewer

Please comment on the points listed below (full description).
Your comments will be used as part of the gatekeeper process, so please comment clearly on what you have checked during your review. If changes are made to the PR during the review process then your final comment will be the most important for gatekeepers. In this comment you should make it clear why any earlier review is still valid, or confirm that all requested changes have been addressed.

Code Review

  • Is the code of an acceptable quality?
  • Does the code conform to the coding standards?
  • Are the unit tests small and test the class in isolation?
  • If there is GUI work does it follow the GUI standards?
  • If there are changes in the release notes then do they describe the changes appropriately?
  • Do the release notes conform to the release notes guide?

Functional Tests

  • Do changes function as described? Add comments below that describe the tests performed?
  • Do the changes handle unexpected situations, e.g. bad input?
  • Has the relevant (user and developer) documentation been added/updated?

Does everything look good? Mark the review as Approve. A member of @mantidproject/gatekeepers will take care of it.

Gatekeeper

If you need to request changes to a PR then please add a comment and set the review status to "Request changes". This will stop the PR from showing up in the list for other gatekeepers.

@jclarkeSTFC jclarkeSTFC added Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) ISIS: Core Issue and pull requests at ISIS that relate to Core features and functions Linux Only Only on Linux labels Oct 8, 2024
@jclarkeSTFC jclarkeSTFC added this to the Release 6.12 milestone Oct 8, 2024
@jclarkeSTFC jclarkeSTFC force-pushed the 38160_standalone_launcher_fix_linux branch 3 times, most recently from 866f5e5 to ec21b59 Compare October 9, 2024 07:43
@jclarkeSTFC jclarkeSTFC changed the base branch from main to release-next October 9, 2024 07:43
@jclarkeSTFC jclarkeSTFC modified the milestones: Release 6.12, Release 6.11 Oct 9, 2024
@jclarkeSTFC jclarkeSTFC force-pushed the 38160_standalone_launcher_fix_linux branch 3 times, most recently from 295305a to 61ab1a3 Compare October 9, 2024 13:09
If we don't include these schema files and set the appropriate
environment variable, then the standalone will use the system schema
files. If these are not compatible with the current versions of
packages that we use, then we can get an error.
@jclarkeSTFC jclarkeSTFC force-pushed the 38160_standalone_launcher_fix_linux branch from 61ab1a3 to e0add82 Compare October 9, 2024 14:53
@jclarkeSTFC jclarkeSTFC marked this pull request as ready for review October 10, 2024 07:40
@jhaigh0 jhaigh0 self-assigned this Oct 10, 2024
@thomashampson thomashampson self-assigned this Oct 10, 2024
Copy link
Contributor

@jhaigh0 jhaigh0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fixes the launch on IDAaaS. Help opening without crash

@thomashampson thomashampson merged commit eec8e34 into mantidproject:release-next Oct 10, 2024
10 checks passed
@jclarkeSTFC jclarkeSTFC deleted the 38160_standalone_launcher_fix_linux branch October 10, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues and pull requests that are regressions or would be considered a bug by users (e.g. crashing) ISIS: Core Issue and pull requests at ISIS that relate to Core features and functions Linux Only Only on Linux
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Standalone fails to launch on IDAaaS
3 participants