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
[Observations]:
When a repo is freshly pulled without LFS files been updated:
build git: ✗ ls -ltrah ../src/kernels/*.kdb.bz2
-rw-rw-r-- 1 user user 134 Dec 14 16:22 ../src/kernels/gfx1030.kdb.bz2
-rw-rw-r-- 1 user user 134 Dec 14 16:22 ../src/kernels/gfx900.kdb.bz2
-rw-rw-r-- 1 user user 134 Dec 14 16:22 ../src/kernels/gfx906.kdb.bz2
-rw-rw-r-- 1 user user 134 Dec 14 16:37 ../src/kernels/gfx908.kdb.bz2
-rw-rw-r-- 1 user user 134 Dec 14 16:37 ../src/kernels/gfx90a.kdb.bz2
-rw-rw-r-- 1 user user 132 Jan 29 15:22 ../src/kernels/gfx942.kdb.bz2
One will observe that the GIT LFS files not pulled down, skipped is NOT printed where they should have.
@apwojcik there is another issue on
LFS_MISSING_FILES
fromMIOpen/CMakeLists.txt
Line 515 in 06b2bd3
This variable gets cleared from scratch every time the function
install_kdb
is called. I guess we need to make it a global variable somehow?same issue has been discussed here: https://stackoverflow.com/questions/10031953/how-to-set-the-global-variable-in-a-function-for-cmake
Originally posted by @junliume in #2702 (comment)
[Observations]:
When a repo is freshly pulled without
LFS
files been updated:One will observe that the
GIT LFS files not pulled down, skipped
is NOT printed where they should have.[Debugging]::
If we make the following changes:
We will observe:
@apwojcik you can see in the above function,
LFS_MISSING_FILES
unfortunately gets updated every time it is called instead of accumulating the list.The text was updated successfully, but these errors were encountered: