oyarzun commented on issue #3467:
URL: https://github.com/apache/netbeans/issues/3467#issuecomment-1015495868


   > Remove needs:triage - think we're sure this is a bug - @vieiro @oyarzun 
please remove that label on responding to an issue.
   
   I would say this is a feature rather than a bug as it is a new unsupported 
architecture. While we are adding this, we probably should add Linux arm as 
there are no binaries either.
   
   > For NB13 I wonder whether we should make the quick fix change at least, if 
we can't get this in?
   
   IMHO, these changes can wait until after NB13.
   
   > Swift launcher also going to be related to this?
   
   I looked at this as well, for the launcher we can create a universal binary 
that contains both the x86-64 and arm-64. Currently the NetBeans launcher is 
built when the macOS installer is created. @mcdonnell-john has been building 
these on his Mac. It can be created with the following command with the latest 
Swift 5.4 tools, and maybe 5.3.
   
   ```shell
   swift build --configuration release --arch arm64 --arch x86_64
   ```
   
   > Did you see the issue about possible resource leak above comment? in #3467 
(comment)
   
   @tmulle I just pushed a commit which should fix building the `killall` macOS 
arm binary.
   
   > Also added needs:discussion as something to follow up on dev@ here - we 
should move the location of the binaries to Maven if possible, similar to the 
Windows launcher, and wind down usage of OSUOSL 
https://lists.apache.org/thread/9tf28w5r3wxx9fwbl12m6x36sb3pfdry
   
   There are a few platform specific binaries that would benefit from moving 
the compilation and packaging to a better process. I will start a discussion 
thread on the dev mailing list.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to