ARMmaster17/Captain

ATC does not build on Windows

Closed this issue · 0 comments

General Information

  • This is a: bug report
  • Captain version: main
  • OS: Windows 10 x64 (latest) + WSL2
  • Proxmox version: v6.3.3

Issue Report

ATC currently does not build on Windows. The issue lies with the SQLite3 driver needing gcc. Need to either find a better (and less-optimized) SQLite3 driver, or make the switch to Postgres-only database connections. A Dockerfile with a testing Postgres container wouldn't be hard to add.