diff options
author | MarcoFalke <falke.marco@gmail.com> | 2020-03-26 14:04:38 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2020-03-26 14:04:41 -0400 |
commit | 7f9dedb22dcd9550ca525c0e35fec38b2d59e029 (patch) | |
tree | 1b0676319972c641199bb85b3e8ffb3423bd2d0c /.gitignore | |
parent | 694f4cbd7853ffeb7b4576d42368920b0ef79b01 (diff) | |
parent | e41e46cee0d9b98869a569b73dafc5452b4272d6 (diff) |
Merge #18441: ci: Remove misplaced comments from folded block scalar
e41e46cee0d9b98869a569b73dafc5452b4272d6 ci: Remove misplaced comments from folded block scalar (Hennadii Stepanov)
Pull request description:
On master (f3a91ab0edc70e1bcb7e770f0878f03459c399e1) the [build log for ARM](https://travis-ci.org/github/bitcoin/bitcoin/jobs/667247758) contains:
```
$ export FILE_ENV="./ci/test/00_setup_env_arm.sh"
$ export QEMU_USER_CMD=""
$ export Can=
$ export run=
$ export the=
$ export tests=
$ export natively=
$ export without=
$ export qemu=
Setting up build cache
...
```
and
![Screenshot from 2020-03-26 18-58-50](https://user-images.githubusercontent.com/32963518/77674223-e28d2d00-6f93-11ea-82a1-7f805ccb678d.png)
With this PR:
```
$ export FILE_ENV="./ci/test/00_setup_env_arm.sh"
$ export QEMU_USER_CMD=""
Setting up build cache
...
```
and
![Screenshot from 2020-03-26 19-01-56](https://user-images.githubusercontent.com/32963518/77674456-4d3e6880-6f94-11ea-9c83-546c81f1cdf7.png)
---
Also Travis [build config validation](https://docs.travis-ci.com/user/build-config-validation) added:
![Screenshot from 2020-03-26 19-04-19](https://user-images.githubusercontent.com/32963518/77674686-9ee6f300-6f94-11ea-900f-fdef8a673113.png)
Top commit has no ACKs.
Tree-SHA512: a3ea05d543a4d46c65fffd7c67df9bbd4ca8d426fa215c5ce26653de34145edd419a54884da0416608a2c90bf5b421cab3ec32290c8916f10399354b44ddeb99
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions