diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2019-10-25 16:51:12 +0200 |
|---|---|---|
| committer | Pietro Albini <pietro@pietroalbini.org> | 2019-10-25 16:51:12 +0200 |
| commit | 9c44ca231af8d84ce44d80fa28a66c17eedc88c2 (patch) | |
| tree | 83d36b871aa349048bc6d2cabc1c05e9d1415077 /src/ci/scripts | |
| parent | fe65c8ef4ce7f229fd9ec8746d80586cfb7cce98 (diff) | |
| download | rust-9c44ca231af8d84ce44d80fa28a66c17eedc88c2.tar.gz rust-9c44ca231af8d84ce44d80fa28a66c17eedc88c2.zip | |
ci: fix tidy
Diffstat (limited to 'src/ci/scripts')
| -rwxr-xr-x | src/ci/scripts/install-msys2.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/scripts/install-msys2.sh b/src/ci/scripts/install-msys2.sh index 3178d3e22e1..8b631192ea2 100755 --- a/src/ci/scripts/install-msys2.sh +++ b/src/ci/scripts/install-msys2.sh @@ -1,4 +1,5 @@ #!/bin/bash +# ignore-tidy-linelength # Download and install MSYS2, needed primarily for the test suite (run-make) but # also used by the MinGW toolchain for assembling things. # |
