netcoredbg icon indicating copy to clipboard operation
netcoredbg copied to clipboard

Add osx-arm64 asset to release

Open mirkoSekulic opened this issue 1 year ago • 7 comments

Description

Releases are missing the netcoredbg-osx-arm64.tar.gz asset.

Adding the osx-arm64 asset to the release would be very convenient, as it allows users to use simple scripts for installation rather than having to compile the code.

mirkoSekulic avatar Sep 10 '24 22:09 mirkoSekulic

Please note that osx arm64 is now a community supported architecture, because we're not able to test it at the moment. There're some builds provided by community, and you can also build from source, see https://github.com/Samsung/netcoredbg/issues/102 and https://github.com/Samsung/netcoredbg/pull/103 for more details.

gbalykov avatar Sep 12 '24 06:09 gbalykov

@gbalykov Looks like there are Apple silicon test runners that are available for free (given that this is a public repo). Would you accept a PR to add a GitHub Actions workflow to add a test build? https://github.blog/changelog/2024-01-30-github-actions-introducing-the-new-m1-macos-runner-available-to-open-source/

NatElkins avatar Nov 08 '24 17:11 NatElkins

Looks like the work has pretty much been here already: https://github.com/Samsung/netcoredbg/compare/master...codeprefect:netcoredbg:build-test

NatElkins avatar Nov 14 '24 21:11 NatElkins

Main dev repo is located in internal Samsung github, and we use internal CI for building and testing on all target devices. This applies to each commit and to each release, and CI in public github repo won't cover same cases. We are not able to test osx arm64 in internal CI at the moment, so please use manual testing or actions provided in forked repos.

gbalykov avatar Nov 15 '24 10:11 gbalykov

Is there a script or something to install this on macOS so we can use this debugger in Cursor or other IDEs where Microsoft's debugger is blocked? (silly to do but anyways...)

darkguy2008 avatar Jan 31 '25 23:01 darkguy2008

@darkguy2008 you can build from source (https://github.com/Samsung/netcoredbg?tab=readme-ov-file#macos) or use binaries provided in releases (https://github.com/Samsung/netcoredbg/releases/tag/3.1.2-1054). For osx arm64 there're some builds provided by community (e.g. https://github.com/Cliffback/netcoredbg-macOS-arm64.nvim).

gbalykov avatar Feb 02 '25 10:02 gbalykov

Is there a script or something to install this on macOS so we can use this debugger in Cursor or other IDEs where Microsoft's debugger is blocked? (silly to do but anyways...)

I made an overly complicated installer script.

jkellz-dev avatar Jul 02 '25 23:07 jkellz-dev