-
Notifications
You must be signed in to change notification settings - Fork 224
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
Windows: Upgrade JACK dependency to 1.9.21 #2665
Windows: Upgrade JACK dependency to 1.9.21 #2665
Conversation
a7e704e
to
524cc77
Compare
Build failed. Not sure what the problem is. |
Culprit seems to be here: Some wild suggestions:
Logs will probably help, not sure if it's worth to spend the effort here now, though? |
Hmm. Yes. De-tagged. Probably worth focusing on other stuff first. |
FWIW, when I try to install manually on a Win2022 server...then the autokey script which should take care of the installation of jack, does not kick in. Sounds like something is not working as expected. I posted a message on chocolatey. Hope to get a reply. |
The autohotkey script is not working due to changes in the installer screens. Buttons names are slightly different. I have submitted a PR containing a fix to the repo of the package maintainer. Until fixed, we cannot use 1.9.21. |
Cool, thanks! |
.github/autobuild/windows.ps1
Outdated
@@ -19,7 +19,7 @@ $ChocoCacheDir = 'C:\ChocoCache' | |||
$Qt32Version = "5.15.2" | |||
$Qt64Version = "5.15.2" | |||
$AqtinstallVersion = "2.1.0" | |||
$JackVersion = "1.9.17" | |||
$JackVersion = "1.9.21" |
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.
@ann0see, the JACK version at choco has been updated. The version to install is now: 1.9.21.20220626
I have validated this on my local system and the auto install works when using that version number.
EDIT: Also verified using the autobuild option in my own repo and that completed succesfull as well.
$JackVersion = "1.9.21" | |
$JackVersion = "1.9.21.20220626" |
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.
Hmm...seems I selected the wrong option for submitting my comment.
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.
This seems to have been forgotten somehow as it lacked a milestone? I think it's good to merge, isn't it?
Perhaps another (re) run of the action script? Just to confirm the auto install still works? |
I don't see a way to trigger a re-run via UI. |
Co-authored-by: Henk De Groot <13550012+henkdegroot@users.noreply.github.com>
b81ddf5
to
95c4ee5
Compare
Done |
@henkdegroot Can you validate the installation? |
I downloaded the artifact for Windows JACK and installed on my system. All fine. Also when JACK is not running, Jamulus detects it and alerts the user. I would say all good to go. |
Short description of changes
Another maintenance upgrading PR.
CHANGELOG: Windows: Upgraded JACK build to use JACK 1.9.21
Context: Fixes an issue?
No.
Does this change need documentation? What needs to be documented and how?
No.
Status of this Pull Request
Should be tested.
What is missing until this pull request can be merged?
Test + CI
Checklist