You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If the developer adds a git worktree outside the main local repo the generated build version info properties file is corrupted
version=24.08.0-SNAPSHOT
user=doe
fatal: not a git repository: /home/doe/gits/NVIDIA/spark-rapids-jni.worktrees/test_rle/thirdparty/cudf/../../../../spark-rapids-jni/.git/worktrees/test_rle/modules/thirdparty/cudf
revision=
...
* Mount workree common dir in build docker
Fixes#2237
Signed-off-by: Gera Shegalov <gera@apache.org>
* Update build/run-in-docker
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
---------
Signed-off-by: Gera Shegalov <gera@apache.org>
Co-authored-by: Jason Lowe <jlowe@nvidia.com>
Describe the bug
If the developer adds a
git worktree
outside the main local repo the generated build version info properties file is corruptedSteps/Code to reproduce bug
Expected behavior
First if the build info fails to generate the build should fail.
Second it should not fail.
Environment details (please complete the following information)
local docker
Additional context
N/A
The text was updated successfully, but these errors were encountered: