mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 02:25:52 +00:00
Debug outputs
This commit is contained in:
5
.github/workflows/check-levelization.yml
vendored
5
.github/workflows/check-levelization.yml
vendored
@@ -19,9 +19,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
|
||||
# TODO: Re-enable this step once the levelization script is faster.
|
||||
# - name: Check levelization
|
||||
# run: Builds/levelization/levelization.sh
|
||||
- name: Check levelization
|
||||
run: Builds/levelization/levelization.sh
|
||||
- name: Check for differences
|
||||
env:
|
||||
MESSAGE: |
|
||||
|
||||
6
.github/workflows/generate-matrix.yml
vendored
6
.github/workflows/generate-matrix.yml
vendored
@@ -60,11 +60,7 @@ jobs:
|
||||
echo "build_type=$(jq -c <<< '${{ inputs.build_type }}')" >> "$GITHUB_OUTPUT"
|
||||
echo "cmake_args=$(jq -c <<< '${{ inputs.cmake_args }}')" >> "$GITHUB_OUTPUT"
|
||||
- name: Print outputs
|
||||
run: |
|
||||
echo "Architecture: ${{ steps.generate.outputs.architecture }}"
|
||||
echo "OS: ${{ steps.generate.outputs.os }}"
|
||||
echo "Build Type: ${{ steps.generate.outputs.build_type }}"
|
||||
echo "CMake Args: ${{ steps.generate.outputs.cmake_args }}"
|
||||
run: echo '${{ toJSON(steps.generate.outputs) }}'
|
||||
outputs:
|
||||
architecture: ${{ steps.generate.outputs.architecture }}
|
||||
os: ${{ steps.generate.outputs.os }}
|
||||
|
||||
18
.github/workflows/main.yml
vendored
18
.github/workflows/main.yml
vendored
@@ -20,18 +20,18 @@ defaults:
|
||||
shell: bash
|
||||
|
||||
jobs:
|
||||
check-clang-format:
|
||||
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'DraftRunCI')
|
||||
uses: ./.github/workflows/check-clang-format.yml
|
||||
|
||||
check-levelization:
|
||||
if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'DraftRunCI')
|
||||
uses: ./.github/workflows/check-levelization.yml
|
||||
# check-clang-format:
|
||||
# if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'DraftRunCI')
|
||||
# uses: ./.github/workflows/check-clang-format.yml
|
||||
#
|
||||
# check-levelization:
|
||||
# if: github.event.pull_request.draft == false || contains(github.event.pull_request.labels.*.name, 'DraftRunCI')
|
||||
# uses: ./.github/workflows/check-levelization.yml
|
||||
|
||||
debian:
|
||||
needs:
|
||||
- check-clang-format
|
||||
- check-levelization
|
||||
# - check-clang-format
|
||||
# - check-levelization
|
||||
uses: ./.github/workflows/build-debian.yml
|
||||
|
||||
# rhel:
|
||||
|
||||
Reference in New Issue
Block a user