You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PawelSnoch
changed the title
Create a local development setup for contributors.
[DXE=3419] Create a local development setup for contributors.
Dec 28, 2023
PawelSnoch
changed the title
[DXE=3419] Create a local development setup for contributors.
[DXE-3419] Create a local development setup for contributors.
Dec 28, 2023
PawelSnoch
changed the title
[DXE-3419] Create a local development setup for contributors.
DXE-3419 Create a local development setup for contributors.
Dec 28, 2023
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 asmake 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.The text was updated successfully, but these errors were encountered: