[ 
https://issues.apache.org/jira/browse/YUNIKORN-1885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Craig Condit resolved YUNIKORN-1885.
------------------------------------
    Fix Version/s: 1.4.0
       Resolution: Fixed

Merged all PRs to master.

> Allow Go compiler release candidates in version check
> -----------------------------------------------------
>
>                 Key: YUNIKORN-1885
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-1885
>             Project: Apache YuniKorn
>          Issue Type: Task
>          Components: build
>            Reporter: Wilfred Spiegelenburg
>            Assignee: Wilfred Spiegelenburg
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.4.0
>
>
> The current version check for the Go compiler fails if you use a release 
> candidate.
> The current error:
> {code:java}
> GO=go1.21rc3 make test
> /bin/sh: line 0: [: 21rc3: integer expression expected
> running unit tests
> "go1.21rc3" clean -testcache {code}
> This fails due to the fact that the rc tag does not use a "." as a separator 
> and the substring from awk uses an overly large size of 10. We only need 4 
> chars to support {{x.yy}} as versions.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to