Browse Source

CI: remove lldb from excluded packages

android-5
Leonid Plyushch 5 years ago
parent
commit
216519ed56
No known key found for this signature in database GPG Key ID: 45F2964132545795
  1. 2
      scripts/build/ci/cirrus-ci_dispatcher.sh

2
scripts/build/ci/cirrus-ci_dispatcher.sh

@ -6,7 +6,7 @@
set -e set -e
## Some packages should be excluded from auto builds. ## Some packages should be excluded from auto builds.
EXCLUDED_PACKAGES="lldb rust texlive" EXCLUDED_PACKAGES="rust texlive"
############################################################################### ###############################################################################
## ##

Loading…
Cancel
Save