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
where the bins and reads directory contain 641024 files each, respectively.
It doesn't seem easily possible to extract that archive.tar.gz to provide, say, 1024/bins/... etc. in the data directory.
To do so, I need to hard-code the steps in the app_datasources.cmake
I noticed that on my CI it actually tries to extract with DOWNLOAD_NO_EXTRACT FALSE, but not on the server where I develop or my local machine.
CMake version on server: 3.16.2
CMake version on local machine: 3.16.3
CMake version on CI: 3.18.3
I currently use an archive of the structure:
where the
bins
andreads
directory contain64
1024
files each, respectively.It doesn't seem easily possible to extract that
archive.tar.gz
to provide, say,1024/bins/...
etc. in the data directory.To do so, I need to hard-code the steps in the
app_datasources.cmake
app-template/test/cmake/app_datasources.cmake
Line 57 in 90659e3
Maybe there is a more elegant solution?
The text was updated successfully, but these errors were encountered: