Skip to content

Commit

Permalink
Ignore '(unknown)' dependencies from boostdep
Browse files Browse the repository at this point in the history
  • Loading branch information
guusw committed Nov 2, 2022
1 parent 2a61fec commit 1e47182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package_shards
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ for mod in $MODULES; do

# Add all dependent modules
dist/bin/boostdep --brief $mod >$TMP
cat $TMP | sed -e '1d' -e'/# .*/ d' -e '/^[[:space:]]*$/d' >>$DEP_LIST_PATH
cat $TMP | sed -e '1d' -e'/# .*/ d' -e '/^[[:space:]]*$/d' -e '/\(unknown\)/d' >>$DEP_LIST_PATH
done

# Make deps unique
Expand Down

0 comments on commit 1e47182

Please sign in to comment.