]> sigrok.org Git - sigrok-util.git/commit
sigrok-cross-mingw: Temporarily unbreak Windows CI builds in dirty ways.
authorGerhard Sittig <redacted>
Mon, 17 Jan 2022 18:44:24 +0000 (19:44 +0100)
committerGerhard Sittig <redacted>
Mon, 17 Jan 2022 19:00:56 +0000 (20:00 +0100)
commitc9f28bdd231ae9e86660045b13790ff7f9b053be
tree6b181dc980ef5742b73c39fe9ca5fbb89cd0a142
parent81a786537c1c77f39a4578356875471b615a0228
sigrok-cross-mingw: Temporarily unbreak Windows CI builds in dirty ways.

A typical use of the cross-compile scripts are CI builds, which currently
fail in the Python tarball download step. Disable certificate checks when
sigrok.org build machines fetch data from the sigrok.org site. Keep the
Zadig download unaffected.

Another typical use is the convenient local compilation from source at
users' sites, which should be rare since nightlies are available, while
developers don't run the cross-compile scripts which are designed for
single shots instead of multiple iterations including local source code
modifications. Which should make this change acceptable for this use
case as well, and happens to unbreak it, too.

Add a TODO comment, ideally this commit soon gets reverted.
cross-compile/mingw/sigrok-cross-mingw