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
Update build.sh files of skeletons to be shellcheck clean including test to lint future updates. also adding set -o errexit -o pipefail to build.sh files to make those settings transparent for better linting, while errexit was anyway already the default used the call the build script.
Corrected documentation on subpackage test requirements.
Do not move work dir to work/work/
fixed a missing .lower() on two tar_xf related util functions
Fix has_prefix detection for Windows.
conda_build.inspect_pkg: optimise use of fnmatch
Do not consider .ignore files when searching with ripgrep
Remove N*N os.lstat calls in build_info_files_json_v1