Lines Matching refs:source
5 # in the file LICENSE in the source distribution or at
6 # https://www.openssl.org/source/license.html
476 # out-of-source-and-install checks multiple things at the same time:
477 # - That building, testing and installing works from an out-of-source
479 # - That building, testing and installing works with a read-only source
481 out-of-readonly-source-and-install-ubuntu:
486 path: ./source
489 working-directory: ./source
490 - name: make source read-only
491 run: chmod -R a-w ./source
498 …../source/config --banner=Configured enable-demos enable-h3demo enable-fips enable-quic enable-acv…
510 run: ../source/.github/workflows/make-test
515 name: "ci@out-of-readonly-source-and-install-ubuntu"
521 out-of-readonly-source-and-install-macos:
530 path: ./source
533 working-directory: ./source
534 - name: make source read-only
535 run: chmod -R a-w ./source
542 …../source/config --banner=Configured enable-fips enable-demos enable-h3demo enable-quic enable-acv…
554 run: ../source/.github/workflows/make-test
559 name: "ci@out-of-readonly-source-and-install-${{ matrix.os }}"