cli icon indicating copy to clipboard operation
cli copied to clipboard

DXE-3419 Create a local development setup for contributors.

Open chrishalbert opened this issue 1 year ago • 2 comments

Feature Request: Create a means to do local development regardless of operating system.

Background: While trying to run tests locally in my WSL2 version of ubuntu, I was getting errors with make lint as well as make test. At first, I thought these were unchecked errors, but when I looked at the recent github actions, I saw that these had recently run successfully. I realized this was likely an OS issue, so I tried to run the make commands against an ubuntu 22.04 container with golang installed, which was successful. I think this should be available for others who also may want to contribute to the project.

chrishalbert avatar Dec 24 '23 20:12 chrishalbert

Here is an example of what I think could be valuable: https://github.com/akamai/cli/pull/189

chrishalbert avatar Dec 24 '23 21:12 chrishalbert

Hello @chrishalbert,

Thank you for reporting this case. We will investigate it and come back to you.

Best regards, Pawel

PawelSnoch avatar Dec 28 '23 09:12 PawelSnoch