etl/.devcontainer
Murat Kilivan c1cab856a8
Restore .devcontainer/context directory removed by #1422 (#1516)
PR #1422 deleted the only file in .devcontainer/context/
(reinstall-cmake.sh) as unused, which silently removed the directory
itself since git doesn't track empty ones. Every devcontainer.json
under .devcontainer/ (root and all compiler variants) references this
path as its Docker build context, so opening the project in a dev
container now fails immediately with:

  ERROR: failed to build: unable to prepare context: path
  ".../.devcontainer/context" not found

Add a .gitkeep placeholder to keep the directory present in git so
the build context resolves again.

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-07-21 11:45:35 +01:00
..
armhf Add bazel support (#1420) 2026-04-30 12:30:01 +02:00
clang7 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang8 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang9 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang10 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang11 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang12 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang13 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang14 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang15 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang16 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang17 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang18 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang19 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang20 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
clang21 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
context Restore .devcontainer/context directory removed by #1422 (#1516) 2026-07-21 11:45:35 +01:00
gcc09 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
gcc10 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
gcc11 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
gcc12 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
gcc13 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
gcc14 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
gcc15 Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
i386 Add bazel support (#1420) 2026-04-30 12:30:01 +02:00
powerpc Add bazel support (#1420) 2026-04-30 12:30:01 +02:00
riscv64 Add bazel support (#1420) 2026-04-30 12:30:01 +02:00
s390x Add bazel support (#1420) 2026-04-30 12:30:01 +02:00
ubuntu-26.04 Run C++26 workflows with docker (#1421) 2026-04-30 12:27:12 +02:00
devcontainer.json Update Dockerfile and Devcontainer. (#1360) 2026-03-31 12:20:31 +01:00
Dockerfile Add bazel support (#1420) 2026-04-30 12:30:01 +02:00
run-tests.sh Fix sanitizer use (#1429) 2026-05-06 10:13:02 +01:00