Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Fix CentOS CI builds: Only create symlink when target doesn't exist. #18908

Closed
wants to merge 1 commit into from

Conversation

josephevans
Copy link
Contributor

The command for creating a symlink from /usr/bin/ninja-build to /usr/bin/ninja is failing, because it already exists. It looks like CentOS may have changed their packages to create this file/symlink. This PR only attempts to create it if it doesn't already exists.

@mxnet-bot
Copy link

Hey @josephevans , Thanks for submitting the PR
All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands:

  • To trigger all jobs: @mxnet-bot run ci [all]
  • To trigger specific jobs: @mxnet-bot run ci [job1, job2]

CI supported jobs: [miscellaneous, unix-cpu, clang, centos-gpu, windows-gpu, website, edge, centos-cpu, windows-cpu, unix-gpu, sanity]


Note:
Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin.
All CI tests must pass before the PR can be merged.

@szha
Copy link
Member

szha commented Aug 11, 2020

@josephevans seems like a duplicate of #18906 from @leezu ? thanks to both of you for fixing it

@josephevans
Copy link
Contributor Author

@josephevans seems like a duplicate of #18906 from @leezu ? thanks to both of you for fixing it

Yep, I'll close this. Thanks for the heads up!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants