[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openssl-gost] [gost-engine/engine] 128c0c: Add CI builds on MacOS 11 (BigSur)



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: 128c0cba76ec599330aeb95df67069b544f22f41
      https://github.com/gost-engine/engine/commit/128c0cba76ec599330aeb95df67069b544f22f41
  Author: Richard Levitte <richard@levitte.org>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M .github/workflows/ci.yml

  Log Message:
  -----------
  Add CI builds on MacOS 11 (BigSur)


  Commit: 20f4ae52470e6dcf2af1f97ceb40a63b5200ec37
      https://github.com/gost-engine/engine/commit/20f4ae52470e6dcf2af1f97ceb40a63b5200ec37
  Author: Richard Levitte <richard@levitte.org>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M .github/before_script.sh

  Log Message:
  -----------
  Modify .github/before_script.sh to install cpanm as a standalone script

It makes sure to install it where site perl scripts should be located.


  Commit: d003ede538d8bdb5fc18949da6ed8c3eebc49791
      https://github.com/gost-engine/engine/commit/d003ede538d8bdb5fc18949da6ed8c3eebc49791
  Author: Richard Levitte <richard@levitte.org>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M .github/workflows/ci.yml

  Log Message:
  -----------
  Simplify the CI job "gcc-asan-openssl-master"

Now that .github/before_script.sh works properly on MacOS, there is
no reason not to use it for this job as well.


  Commit: 95eaf6688d024161f4f41307e5f439d52efcc87a
      https://github.com/gost-engine/engine/commit/95eaf6688d024161f4f41307e5f439d52efcc87a
  Author: Richard Levitte <richard@levitte.org>
  Date:   2021-09-01 (Wed, 01 Sep 2021)

  Changed paths:
    M .github/before_script.sh
    M .github/workflows/ci.yml

  Log Message:
  -----------
  Make the use of RPATH conditional

MacOS ld doesn't support -rpath, so we must be able to not use it there.


Compare: https://github.com/gost-engine/engine/compare/06d835bdc904...95eaf6688d02