Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed use of the of BUILD_FLAGS in apiserver makefile #1336

Merged
merged 2 commits into from
Aug 18, 2023

Conversation

z103cb
Copy link
Contributor

@z103cb z103cb commented Aug 16, 2023

Removed use of variables used in building BUILD_FLAGS

Why are these changes needed?

When the tags are not available in the git repo the makefile an error is reported.

Related issue number

Fixes #1335
Closes #1335

Checks

  • I've made sure the tests are passing.
  • Testing Strategy
    • Unit tests
    • Manual tests
    • This PR is not tested :(

Removed use of variables used in building BUILD_FLAGS
Fixes ray-project#1335
@z103cb
Copy link
Contributor Author

z103cb commented Aug 16, 2023

@blublinsky, @tedhtchang, @scarlet25151 and @anishasthana
Can you please take a look ?

cc: @kevin85421

Copy link
Contributor

@blublinsky blublinsky left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@tedhtchang tedhtchang left a comment

Choose a reason for hiding this comment

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

Update: I was able to replicate the issue. It happens when I newly clone the repo from the my own fork without adding the remote upstream repo because the tags are coming from the remote.

git clone [email protected]:tedhtchang/kuberay.git
cd kuberay/apiserver
git tag # returns nothing
make build
fatal: No names found, cannot describe anything.

Verified make build ran fine with the change.

Copy link
Member

@kevin85421 kevin85421 left a comment

Choose a reason for hiding this comment

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

LGTM

@kevin85421 kevin85421 merged commit 8be0a21 into ray-project:master Aug 18, 2023
17 checks passed
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 22, 2023
…1336)

Removed use of the  of BUILD_FLAGS in apiserver makefile
blublinsky pushed a commit to blublinsky/kuberay that referenced this pull request Aug 25, 2023
…1336)

Removed use of the  of BUILD_FLAGS in apiserver makefile
lowang-bh pushed a commit to lowang-bh/kuberay that referenced this pull request Sep 24, 2023
…1336)

Removed use of the  of BUILD_FLAGS in apiserver makefile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants