Skip to content

Remove godeps from makefile#1750

Merged
helsaawy merged 1 commit intomicrosoft:mainfrom
helsaawy:makefile-deps
May 4, 2023
Merged

Remove godeps from makefile#1750
helsaawy merged 1 commit intomicrosoft:mainfrom
helsaawy:makefile-deps

Conversation

@helsaawy
Copy link
Contributor

@helsaawy helsaawy commented May 1, 2023

Go already relies on its own internal caching, and replicating that in make adds unnecessary complexity, and is error prone, since the makefile doesn't recognize if new files are added, and isn't aware of build constraints.

Remove *.gomake and *.godeps portion of makefile and invoke go directly. Remove hack/gomakedeps.sh file

Go already relies on its own internal caching, and replicating that in
make adds unnecessary complexity, and is error prone, since the makefile
doesn't recognize if new files are added, and isn't aware of build
constraints.

Remove `*.gomake` and `*.godeps` portion of makefile and invoke go directly.
Remove `hack/gomakedeps.sh` file

Signed-off-by: Hamza El-Saawy <[email protected]>
@helsaawy helsaawy requested a review from a team as a code owner May 1, 2023 21:27
@ambarve
Copy link
Contributor

ambarve commented May 3, 2023

Should we also remove the deps directory now? Or is that still required?

@helsaawy
Copy link
Contributor Author

helsaawy commented May 3, 2023

Should we also remove the deps directory now? Or is that still required?

It can be safely deleted after this, though I think we probably should still keep the deps/* line in the .gitignore, just to be safe.

Copy link
Contributor

@ambarve ambarve left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@helsaawy helsaawy merged commit a8ec8c8 into microsoft:main May 4, 2023
@helsaawy helsaawy deleted the makefile-deps branch May 4, 2023 20:07
helsaawy added a commit to helsaawy/hcsshim that referenced this pull request May 4, 2023
Go already relies on its own internal caching, and replicating that in
make adds unnecessary complexity, and is error prone, since the makefile
doesn't recognize if new files are added, and isn't aware of build
constraints.

Remove `*.gomake` and `*.godeps` portion of makefile and invoke go directly.
Remove `hack/gomakedeps.sh` file

Signed-off-by: Hamza El-Saawy <[email protected]>
anmaxvl pushed a commit that referenced this pull request Oct 20, 2023
This PR updates our ADO fork to commits in hcsshim up to commit hash [7769a64](7769a64). This includes support for partitioned scsi devices and ensuring filesystem format for lcow scsi devices.

Related work items: #1728, #1740, #1741, #1742, #1743, #1744, #1745, #1747, #1748, #1749, #1750, #1752, #1754, #1756, #1757, #1767, #1769, #1771, #1772, #1773, #1779
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants