From: Timo T. <no...@gi...> - 2021-03-20 18:58:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/libp11 Commit: a8856e892fc37e108685b10d4c2abfe2a785a9cd https://github.com/OpenSC/libp11/commit/a8856e892fc37e108685b10d4c2abfe2a785a9cd Author: Timo Teräs <tim...@ik...> Date: 2021-03-20 (Sat, 20 Mar 2021) Changed paths: M appveyor.yml Log Message: ----------- Bump AppVeyor OpenSSL version to 1.1.1i Commit: 98c8ba148852f16d0f1689e681d889c2c773f41d https://github.com/OpenSC/libp11/commit/98c8ba148852f16d0f1689e681d889c2c773f41d Author: Timo Teräs <tim...@ik...> Date: 2021-03-20 (Sat, 20 Mar 2021) Changed paths: M .travis.sh Log Message: ----------- travis: Build openssl with --disable-strict Current OpenSC git master gets compiler warnings in some buid combinations, and that causes the whole build to fail. Since our chain concerns libp11, build the OpenSC without -Werror. Commit: 26a5afec58ddf8967af877008b43321af7bbd3ec https://github.com/OpenSC/libp11/commit/26a5afec58ddf8967af877008b43321af7bbd3ec Author: Timo Teräs <tim...@ik...> Date: 2021-03-20 (Sat, 20 Mar 2021) Changed paths: M .travis.sh Log Message: ----------- travis: Remove "brew update" This is equivalent of "apt-get dist-upgrade" which udpates everything installed. On current CI this fails due to trying to recompile Java and timing out on it. Brew is basically needed to install pcsclite. This makes it also more equal to the apt-get variant which also does not try to upgrade system. The Mac OSX builds should be considerably faster as result of this. Compare: https://github.com/OpenSC/libp11/compare/b02940e7dcde...26a5afec58dd |