Skip to content

Commit

Permalink
Update comment for conda-build>=24.7's files/exclude
Browse files Browse the repository at this point in the history
refs:
- conda/conda-build#5216

Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
  • Loading branch information
mbargull committed Jun 21, 2024
1 parent ba57d29 commit 088187e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/build-r-base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,8 @@ Mingw_w64_makefiles() {

# We use "merge_build_host: true" => remove the portable MiKTeX installation to not
# include added/changed files from it in the r-base package.
# TODO: Consider replacing this with "outputs[0]/files/exclude: ..." in conda-build>=24.7.
rm -R "${PREFIX}/Library/miktex"
# NB: Better alternative would be https://github.com/conda/conda-build/pull/4197
# and/or somehow make MiKTeX not modify anything in the prefix.

return 0
}
Expand Down

0 comments on commit 088187e

Please sign in to comment.