[
https://issues.apache.org/jira/browse/YUNIKORN-2053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Craig Condit resolved YUNIKORN-2053.
------------------------------------
Fix Version/s: 1.4.0
Assignee: Albin
Resolution: Fixed
Committed to master. Thanks [~geoalbin] for the contribution!
> Core: Fix dependency in Makefile
> --------------------------------
>
> Key: YUNIKORN-2053
> URL: https://issues.apache.org/jira/browse/YUNIKORN-2053
> Project: Apache YuniKorn
> Issue Type: Bug
> Components: core - common
> Reporter: Craig Condit
> Assignee: Albin
> Priority: Major
> Labels: newbie, pull-request-available
> Fix For: 1.4.0
>
>
> The Makefile dependency list for the build/simplescheduler target is
> incorrect:
> {code:java}
> build/simplescheduler: go.mod go.sum cmd {code}
> It should be:
> {code:java}
> build/simplescheduler: go.mod go.sum $(shell find cmd) {code}
> See PR from YUNIKORN-1927 for an example.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]