NON_DETERMINISTIC
This commit is contained in:
parent
d599b24ba7
commit
68c4e65ed4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue