Add support for building on different ezbake versions - #597
Draft
bastelfreak wants to merge 3 commits into
Draft
Conversation
Contributor
|
The rpm/deb packages and the JAR file for openvox-server are available in a zip archive: |
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
bastelfreak
force-pushed
the
ezbake4
branch
2 times, most recently
from
August 15, 2026 15:29
368fce8 to
1eed3ae
Compare
We have a few conditions: * FIPS openvox 8 always uses ezbake 2 * FIPS openvox 9 always uses ezbake 2 * non-fips server 8 always uses ezbake 2 * non-fips server 9 uses ezbake 2 on OSes with systemd < 253 * non-fips server 9 uses ezbake 4 on OSes with systemd >= 253 The correct ezbake version comes from platform.json in the shared-actions repo. To keep things "simple", the FIPS workflow only takes one ezbake version as input. No FIPS OS has systemd >= 253 at the moment. Signed-off-by: Tim Meusel <tim@bastelfreak.de>
bastelfreak
force-pushed
the
ezbake4
branch
2 times, most recently
from
August 15, 2026 20:00
e048316 to
51f3d83
Compare
Signed-off-by: Tim Meusel <tim@bastelfreak.de>
bastelfreak
commented
Aug 15, 2026
Comment on lines
+5
to
+6
| variant, version, _, _ = master['platform'].to_array | ||
| platform = "#{variant}-#{version}" |
Contributor
Author
There was a problem hiding this comment.
There has to be an easier way
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We have a few conditions:
The correct ezbake version comes from platform.json in the
shared-actions repo. To keep things "simple", the FIPS workflow only
takes one ezbake version as input. No FIPS OS has systemd >= 253 at the
moment.