Enable Testing a PR from its own repo with crew, and other updates. (#5624)

* Some updates

* requested changes

* make requested changes

* make CREW_ENV_OPTIONS changes

* ncurses change!

* convert gtk_vnc to new git format

* Initial crew testing modifications

* fix typo

* Avoid error with testing remote already created

* Revert ncurses change. Let's put that in its own dedicated PR.

* formatting changes

* formatting fixes, bump crew version
This commit is contained in:
satmandu
2021-04-15 18:37:07 -04:00
committed by GitHub
parent 5dd7689ee8
commit ff818a5214
60 changed files with 569 additions and 454 deletions

View File

@@ -34,7 +34,7 @@ class Gnome_keyring < Package
depends_on 'openssh'
def self.build
system "env CFLAGS='-pipe -flto=auto' CXXFLAGS='-pipe -flto=auto' LDFLAGS='-flto=auto' \
system "env #{CREW_ENV_OPTIONS} \
./configure #{CREW_OPTIONS} \
--with-pam-dir=#{CREW_PREFIX}/lib/security \
--disable-schemas-compile \