Skip to content

Commit

Permalink
chore(list-syscalls): enable allow_failure for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mira Ressel committed Oct 16, 2023
1 parent e41d347 commit bb900af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -523,3 +523,4 @@ test-syscalls:
- if [[ "$CI_JOB_STATUS" == "failed" ]; then
printf "The x86_64 syscalls used by the worker binaries have changed. Please review if this is expected and update polkadot/scripts/list-syscalls/*-worker-syscalls as needed.\n"
fi
allow_failure: true # TODO: remove this once we have an idea how often the syscall lists will change

0 comments on commit bb900af

Please sign in to comment.