Skip to content

Get benchmarks working on ubuntu#269

Merged
anish-mudaraddi merged 1 commit intomasterfrom
work-on-ubuntu
Feb 26, 2026
Merged

Get benchmarks working on ubuntu#269
anish-mudaraddi merged 1 commit intomasterfrom
work-on-ubuntu

Conversation

@RyanH-STFC
Copy link
Contributor

  • Change the script to get for what OS youre using and then use the correct package manager, and install the benchmarks the correct way.

@RyanH-STFC RyanH-STFC force-pushed the work-on-ubuntu branch 9 times, most recently from 6d1cc57 to 1a575ee Compare February 25, 2026 16:29
@RyanH-STFC RyanH-STFC marked this pull request as ready for review February 25, 2026 16:41
@RyanH-STFC RyanH-STFC requested a review from a team as a code owner February 25, 2026 16:41
khalford
khalford previously approved these changes Feb 26, 2026
# Copyright (c) 2026 United Kingdom Research and Innovation
set -ex

OS_NAME=$(awk -F= '/^NAME=/{gsub(""","",$2); print $2}' /etc/os-release)

Choose a reason for hiding this comment

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

The second speech mark will need escaping to avoid an error. So gsub(""","",$2) will become gsub("\"","",$2)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok

-  Change the script to get for what OS youre using and then use the
   correct package manager, and install the benchmarks the correct way.
@anish-mudaraddi anish-mudaraddi merged commit e6bd6cf into master Feb 26, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants