mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
Rename image to container
This commit is contained in:
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
- name: Check for differences
|
||||
env:
|
||||
MESSAGE: |
|
||||
|
||||
|
||||
The dependency relationships between the modules in rippled have
|
||||
changed, which may be an improvement or a regression.
|
||||
|
||||
|
||||
8
.github/workflows/debian.yml
vendored
8
.github/workflows/debian.yml
vendored
@@ -139,17 +139,17 @@ jobs:
|
||||
run: |
|
||||
echo "Checking path"
|
||||
echo ${PATH} | tr ':' '\n'
|
||||
|
||||
|
||||
echo "Checking environment variables."
|
||||
env | sort
|
||||
- name: Check versions
|
||||
run: |
|
||||
echo "Checking release."
|
||||
lsb_release -a
|
||||
|
||||
|
||||
echo "Checking CMake version."
|
||||
cmake --version
|
||||
|
||||
|
||||
echo "Checking compiler version."
|
||||
${{ matrix.os.compiler_name }} --version
|
||||
- name: Configure Conan
|
||||
@@ -180,7 +180,7 @@ jobs:
|
||||
build_type: ${{ fromJson(needs.generate-matrix.outputs.build_type) }}
|
||||
unity: ${{ fromJson(needs.generate-matrix.outputs.unity) }}
|
||||
runs-on: ${{ matrix.architecture.runner }}
|
||||
image: ghcr.io/xrplf/ci/debian-${{ matrix.os.release }}:${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}
|
||||
container: ghcr.io/xrplf/ci/debian-${{ matrix.os.release }}:${{ matrix.os.compiler_name }}-${{ matrix.os.compiler_version }}
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
|
||||
4
.github/workflows/documentation.yml
vendored
4
.github/workflows/documentation.yml
vendored
@@ -30,14 +30,14 @@ jobs:
|
||||
run: |
|
||||
echo "Checking path"
|
||||
echo ${PATH} | tr ':' '\n'
|
||||
|
||||
|
||||
echo "Checking environment variables."
|
||||
env | sort
|
||||
- name: Check versions
|
||||
run: |
|
||||
echo "Checking CMake version."
|
||||
cmake --version
|
||||
|
||||
|
||||
echo "Checking Doxygen version."
|
||||
doxygen --version
|
||||
- name: Build documentation
|
||||
|
||||
Reference in New Issue
Block a user