NON_DETERMINISTIC

This commit is contained in:
Loïc Hoguin 2025-10-09 17:00:31 +02:00
parent d599b24ba7
commit 68c4e65ed4
No known key found for this signature in database
GPG Key ID: C69E26E3A9DF618F
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ jobs:
run: |
sudo netstat -ntp
set -o pipefail
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} | sed "s/src\//deps\/${{ inputs.plugin }}\/src\//" | sed "s/test\//deps\/${{ inputs.plugin }}\/test\//"
make -C deps/${{ inputs.plugin }} ${{ inputs.make_target }} RABBITMQ_METADATA_STORE=${{ inputs.metadata_store }} NON_DETERMINISTIC=1 | sed "s/src\//deps\/${{ inputs.plugin }}\/src\//" | sed "s/test\//deps\/${{ inputs.plugin }}\/test\//"
- name: CACHE ACTIVEMQ
uses: actions/cache/save@v4