Files
shellcheck/build
Viacheslav Vasilyev 8442695b73 suppress ntlm error messages in Windows build
when building for windows there are many error message like below

```
003a:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
```
2021-03-06 14:19:08 +02:00
..
2021-02-22 19:12:57 -08:00
2021-02-22 19:12:57 -08:00
2021-02-22 19:12:57 -08:00
2021-02-22 19:12:57 -08:00
2021-02-22 19:12:57 -08:00
2021-02-22 19:12:57 -08:00
2021-02-22 19:12:57 -08:00

This directory contains Dockerfiles for all builds.

A build image will:

  • Run on Linux x86_64 with vanilla Docker (no exceptions)
  • Not contain any software that would restrict easy modification or copying
  • Take a cabal sdist style tar.gz of the ShellCheck directory on stdin
  • Output a tar.gz of artifacts on stdout, in a directory named for the arch

This makes it simple to build any release without exotic hardware or software.

An image can be built and tagged using build_builder, and run on a source tarball using run_builder.