Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] hatari.app from cirrus-ci (was: Re: One scanline short in ST fullscreen)
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Thu, 14 Dec 2023 09:03:39 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1702544621; bh=ELCVAsV78BmO+EvXO8BasNO/VOzYF8CyLXm8qCz/Ua4=; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=MdDSAb9ubHXgr+IES9xTcUWJcFEDyLmvvhaiJBgDJZqeIc71eFDc3Q3ygFFUC7PDI EA7f6cu1VF45zViiLv3Zh2WUhf9JouU3L8Ye3CWpgvtXUWuUaql0A1gdBKGk5AWsYS EpH2SRKFaw5ChXju+6BRwknOIebLmBG2ervkpXWo8EEtO2rZdIaOpowCjY4yn+S4mY Opj5z46pmEr1bwu3BZUcFk7xJW2TUwOcFUimlaQhZBxzVNsY71JhSM0/Zhgy4fKhaR wSCKCC7nqqx5Ra1Auk15nwFXwWFmNHB9aZKwjMDHKjqlEXyQJcdUiT/o9FvAaEElf7 skTDtgwV9ol8A==
Am Sun, 10 Dec 2023 18:27:14 +0100
schrieb Andreas Grabher <andreas_g86@xxxxxxxxxx>:
> > Am 10.12.2023 um 17:22 schrieb Thomas Huth <th.huth@xxxxxxxxx>:
> >
> > Am Sun, 10 Dec 2023 13:03:17 +0000
> > schrieb Troed Sångberg <troed@xxxxxxxxxxx>:
> >
> >> Hi all,
> >>
> >> I'd like to re-iterate that the signing certificate I have through my own company is available to use for Hatari. Yes we'll have to have some sort of agreement on who has access to it, but I'm not too worried about that within our community.
> >>
> >> Please do not hesitate to ask - the "only" thing I didn't want to continue doing was to run the VM for nightly builds and be responsible for packaging up new macOS releases since I do not use macOS myself anymore.
> >
> > Thanks, but I think we'd need a volunteer with macOS server machine for
> > that. I don't think this will work with those cirrus-ci cloud machines, or
> > even if it would work, it sounds somewhat dangerous to me to upload your
> > certificates to a third party cloud machine that is not under direct
> > control of someone from the Hatari community... At least I don't want to be
> > responsible for that, since I cannot garantuee for the safety of those
> > machines.
> >
> > Thomas
> >
> I saw you just patched the macOS job. There is still that entitlements option. I don’t know what this is for. Maybe try without it and see if the quarantine problem is gone?
No, I think that's not related to the quarantine flag since this is added
by macOS when downloading a file, not when creating a .zip file on the host.
Also, I did not use the entitlements in the last run that you've tested:
https://cirrus-ci.com/task/6699424026460160?logs=main#L680
but you still had to use the xattr stuff there to remove the quarantine
flag.
So I decided to keep the entitlement parameter since I was told that should
fix a problem with microphone access in Falcon mode.
Thomas