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
Collect the individual binaries into a sparse directory tree, that holds only debug or release executables, and no other files.
This will make it easier to subsequently zip or tarball the binaries into an archive file for uploading.
tgz format is good to use, however, we should also take pains to apply chmod +x bits to the relevant paths (basically, all UNIX artifact names lacking a file extension). In case the user is using an uncooperative host file system that may accidentally drop chmod bits. (Basically, non-WSL Windows developers.)
The text was updated successfully, but these errors were encountered:
Collect the individual binaries into a sparse directory tree, that holds only debug or release executables, and no other files.
This will make it easier to subsequently zip or tarball the binaries into an archive file for uploading.
tgz format is good to use, however, we should also take pains to apply chmod +x bits to the relevant paths (basically, all UNIX artifact names lacking a file extension). In case the user is using an uncooperative host file system that may accidentally drop chmod bits. (Basically, non-WSL Windows developers.)
The text was updated successfully, but these errors were encountered: