49d9ab4342
COMP: Remove docker build warning
...
- LegacyKeyValueFormat: "ENV key=value" should be used
instead of legacy "ENV key value" format (line 42)
"""
The new format for declaring environment variables in Dockerfiles is ENV
key=value. This format, where the key and value are separated by an
equals sign (=), is the recommended approach. The older format, ENV key
value (with a space as a separator), is deprecated.
""" -- google search
2025-03-02 09:28:39 -06:00
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
6dfa69bdaa
Downgrade clang in linux-x64-clang to 15
...
Stockfish test uses unavailable flag -fexperimental-new-pass-manager
2024-01-03 12:16:55 -03:00
24f9bdefe2
fixes linux-x64-clang with debian bookworm
2024-01-03 00:45:11 -03:00
2b0d4b1792
Update Dockerfile.in
...
Move to LLVM 17
2023-11-07 16:12:38 +01:00
ce2342deee
Update Dockerfile.in
...
Update to bookworm source
2023-11-07 12:09:37 +01:00
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00
90325e6019
Update linux-x64-clang
...
Update linux-x64-clang
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2022-05-19 14:53:15 +02:00
47215f71ba
Fix llvm-ar and llvm-as
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-17 13:53:26 +02:00
5d97dc31aa
Add OpenMP on linux-x64-clang
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-17 13:10:33 +02:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
ca7679dc14
Fix clang image
...
Fix clang image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-04 13:14:05 +02:00
656e8ef65a
Update to bullseye
...
Update to bullseye
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-06-29 22:14:18 +02:00
6a1843884d
Add linux-x64-clang
...
Add linux-x64-clang
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-06-26 10:22:39 +02:00