Skip to content

Commit

Permalink
Merge pull request msys2#649 from fracting/tea-ci-fix
Browse files Browse the repository at this point in the history
CI: Use --needed when installing pactoys.
  • Loading branch information
Qian Hong authored Jun 30, 2016
2 parents fa28549 + ef0e5fd commit b7496ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ update_system() {
repman add ci.msys 'https://dl.bintray.com/alexpux/msys2' || return 1
pacman --noconfirm --noprogressbar --sync --refresh --refresh --sysupgrade --sysupgrade || return 1
test -n "${DISABLE_QUALITY_CHECK}" && return 0 # TODO: remove this option when not anymore needed
pacman --noconfirm --noprogressbar --sync ci.msys/pactoys
pacman --noconfirm --needed --noprogressbar --sync ci.msys/pactoys
}

# Sort packages by dependency
Expand Down

0 comments on commit b7496ff

Please sign in to comment.