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

[openssl-gost] [gost-engine/engine] c0eadf: travis-ci: Fix build on 'OpenSSL_1_1_1-stable'



  Branch: refs/heads/master
  Home:   https://github.com/gost-engine/engine
  Commit: c0eadfee19963e68a96f8a7720d39d262a34005d
      https://github.com/gost-engine/engine/commit/c0eadfee19963e68a96f8a7720d39d262a34005d
  Author: Vitaly Chikunov <vt@altlinux.org>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  travis-ci: Fix build on 'OpenSSL_1_1_1-stable'

It's turned out that 'OpenSSL_1_1_1-stable' does not have 'build_sw'
make target. But both 'OpenSSL_1_1_1-stable' and 'master' have
'build_libs' and 'build_programs'.

Fixes: cb1b5ff ("travis-ci: Speed-up openssl build")


  Commit: d34849a2c4948348b5b505ff3744bd837447bc0a
      https://github.com/gost-engine/engine/commit/d34849a2c4948348b5b505ff3744bd837447bc0a
  Author: Vitaly Chikunov <vt@altlinux.org>
  Date:   2020-02-02 (Sun, 02 Feb 2020)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  travis-ci: Optimize and rearrange .travis.yml

- Remove redundant 'os: linux', 'compiler: gcc' tags.
- Order jobs: x86_64 builds, analysers, other arches, other OSes.
- Mark openssl-master build as 'allow_failures' for PRs.
- Build all jobs against 'OpenSSL_1_1_1-stable' by default.
- Do not include 'linux/arch' in the job name, because Travis show
  them already.
- Split name by ' | ' instead of '/' so it's easier to understand.


Compare: https://github.com/gost-engine/engine/compare/211489fa492c...d34849a2c494