mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

[BUGFIX] fix typo in build_lib.sh

Open lgg opened this issue 3 years ago • 2 comments

there is no such variable as $make_config, changed to $cmake_config

lgg avatar Mar 08 '21 02:03 lgg

Hey @lgg , 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: [unix-gpu, windows-cpu, miscellaneous, unix-cpu, centos-cpu, centos-gpu, windows-gpu, clang, edge, website, 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.

mxnet-bot avatar Mar 08 '21 02:03 mxnet-bot

@lanking520 hello. What you mean by pr-work-in-progress?

It's just a typo in additional script output, it only needed for user debug and doesn't affect on other parts of script or entire project.

lgg avatar Mar 08 '21 18:03 lgg