-
Notifications
You must be signed in to change notification settings - Fork 18k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tools: Add prerequisites install script for openSUSE Tumbleweed #26210
Tools: Add prerequisites install script for openSUSE Tumbleweed #26210
Conversation
Is tumbleweed a version of SUSE? If so, it shouldn't be in the filename but instead just be handled within the file for different versions |
9013d77
to
7ba2dcd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor spelling issue
No it's actually a rolling release flavor - there are 3 major SUSE versions:
So for leap handling it'd be another story where tracking of versions and so on would occur within the file itself much like with ubuntu script. |
Sorry, where is it? I cannot find your comment, maybe it has gone before the force-update? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there some stuff we could factor out here somewhere? Looks like there's a chunk of stuff copied which could be shared.
I don't think it needs to be done here, but anything you share with other scripts is stuff which someone may else fix when it breaks...
Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh
Outdated
Show resolved
Hide resolved
Tools/environment_install/install-prereqs-openSUSE-Tumbleweed.sh
Outdated
Show resolved
Hide resolved
@peterbarker |
Tried to make it as complete as compatible as possible with Ubuntu environment Installing static libs for SITL_static And gcc_arm-linux for Linux based boards
d8221a7
to
035e6a1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've squashed this into one commit and will mark it MergeOnCIPass
Tried to make it as complete as compatible as possible with Ubuntu environment
Installing static libs for SITL_static
And gcc_arm-linux for Linux based boards