File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ jobs:
121
121
- name : List files
122
122
run : find dist
123
123
- run : chmod +x dist/fiat_crypto
124
+ - name : host build params
125
+ run : etc/ci/describe-system-config.sh
124
126
- name : Test files (host)
125
127
run : |
126
128
echo "::group::file fiat_crypto"
@@ -129,7 +131,10 @@ jobs:
129
131
echo "::group::ldd fiat_crypto"
130
132
ldd dist/fiat_crypto
131
133
echo "::endgroup::"
132
- etc/ci/test-run-fiat-crypto.sh dist/fiat_crypto
134
+ etc/ci/test-run-fiat-crypto.sh dist/fiat_crypto || {
135
+ printf '::warning::Debian ${{ matrix.debian }} binary does not run on ubuntu: %s\n' \
136
+ "$(etc/ci/test-run-fiat-crypto.sh dist/fiat_crypto 2>&1 | tr '\n' '~' | sed 's/~/%0A/g')";
137
+ }
133
138
- name : setup Debian chroot
134
139
run : etc/ci/setup-debian-chroot.sh "${{ matrix.debian }}"
135
140
- name : Test files (container)
You can’t perform that action at this time.
0 commit comments