Use 15.0.6 on windows. Exclude 14 on linux. Update docker build.

This commit is contained in:
Christoffer Lerno
2023-01-11 00:30:33 +01:00
committed by Christoffer Lerno
parent da65de2d01
commit aded1cb736
5 changed files with 16 additions and 12 deletions

View File

@@ -116,7 +116,8 @@ more tests as you go along.
### Don't bring in dependencies
External libraries has maintainability issues. Try to depend on as few libraries
as possible. Currently c3c only depends on LLVM and libc.
as possible. Currently, c3c only depends on LLVM and libc with an optional
dependency on libcurl.
Do use rewrites of subsets of other libraries to bring in functionality, but avoid
copying in libraries that needs to be updated separately.