mirror of
https://github.com/openssl/openssl.git
synced 2024-12-16 05:23:50 +08:00
CI: remove spurious blank lines
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/16174)
This commit is contained in:
parent
ebe667b464
commit
7587b5fd09
1
.github/workflows/coveralls.yml
vendored
1
.github/workflows/coveralls.yml
vendored
@ -17,7 +17,6 @@ jobs:
|
||||
run: CC=gcc ./config --banner=Configured --debug --coverage no-asm enable-fips enable-rc5 enable-md2 enable-ssl3 enable-nextprotoneg enable-ssl3-method enable-weak-ssl-ciphers enable-zlib enable-ec_nistp_64_gcc_128 no-shared enable-buildtest-c++ enable-external-tests -DPEDANTIC -DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
|
||||
- name: config dump
|
||||
run: ./configdata.pm --dump
|
||||
|
||||
- name: make
|
||||
run: make -s -j4
|
||||
- name: make test
|
||||
|
4
.github/workflows/fips-checksums.yml
vendored
4
.github/workflows/fips-checksums.yml
vendored
@ -21,14 +21,12 @@ jobs:
|
||||
repository: ${{ github.event.pull_request.base.repo.full_name }}
|
||||
ref: ${{ github.event.pull_request.base.ref }}
|
||||
path: source-pristine
|
||||
|
||||
- name: config pristine
|
||||
run: ../source-pristine/config enable-fips
|
||||
working-directory: ./build-pristine
|
||||
- name: config pristine dump
|
||||
run: ./configdata.pm --dump
|
||||
working-directory: ./build-pristine
|
||||
|
||||
- name: make build_generated pristine
|
||||
run: make -s build_generated
|
||||
working-directory: ./build-pristine
|
||||
@ -38,14 +36,12 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
path: source
|
||||
|
||||
- name: config
|
||||
run: ../source/config enable-fips
|
||||
working-directory: ./build
|
||||
- name: config dump
|
||||
run: ./configdata.pm --dump
|
||||
working-directory: ./build
|
||||
|
||||
- name: make build_generated
|
||||
run: make -s build_generated
|
||||
working-directory: ./build
|
||||
|
1
.github/workflows/run-checker-ci.yml
vendored
1
.github/workflows/run-checker-ci.yml
vendored
@ -34,7 +34,6 @@ jobs:
|
||||
run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
|
||||
- name: config dump
|
||||
run: ./configdata.pm --dump
|
||||
|
||||
- name: make
|
||||
run: make -s -j4
|
||||
- name: make test
|
||||
|
1
.github/workflows/run-checker-daily.yml
vendored
1
.github/workflows/run-checker-daily.yml
vendored
@ -128,7 +128,6 @@ jobs:
|
||||
run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
|
||||
- name: config dump
|
||||
run: ./configdata.pm --dump
|
||||
|
||||
- name: make
|
||||
run: make -s -j4
|
||||
- name: make test
|
||||
|
1
.github/workflows/run-checker-merge.yml
vendored
1
.github/workflows/run-checker-merge.yml
vendored
@ -27,7 +27,6 @@ jobs:
|
||||
run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
|
||||
- name: config dump
|
||||
run: ./configdata.pm --dump
|
||||
|
||||
- name: make
|
||||
run: make -s -j4
|
||||
- name: make test
|
||||
|
Loading…
Reference in New Issue
Block a user