Skip to content
Success

Changes

Summary

  1. Add Dockerfiles for build images of CDT project (details)
  2. Cleanup CDT repo related to the docker + Java 21 updates (details)
  3. Update images to Dockerfiles from commit cc66780e92 (details)
  4. Remove use of Thread.stop from test code (details)
Commit 9fb6260b6a86428389a03eae5c216281720a31dd by Jonah Graham
Add Dockerfiles for build images of CDT project

This is the state of the files as of cdt-infra
commit 497e7b2a643ff6ea12a56a21c17dd2d170e918c8 with
the Readme updated for the new locations
The file was addeddocker/cdt-infra-base/ubuntu-18.04/Dockerfile
The file was addeddocker/cdt-infra-all-gdbs/Readme.md
The file was addeddocker/cdt-infra-all-gdbs/ubuntu-18.04/Dockerfile
The file was addeddocker/cdt-infra-plus-eclipse-install/ubuntu-18.04/Dockerfile
The file was addeddocker/scripts/download-build-gdb.sh
The file was addeddocker/Readme.md
The file was addeddocker/build-images.sh
The file was addeddocker/cdt-infra-build-macos-sdk/Readme.md
The file was addeddocker/cdt-infra-base/Readme.md
The file was addeddocker/cdt-infra-build-macos-sdk/ubuntu-18.04/Dockerfile
The file was addeddocker/scripts/xstartup_icewm.sh
The file was addeddocker/deploy-images.sh
The file was addeddocker/.dockerignore
The file was addeddocker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile
The file was addeddocker/scripts/xstartup_metacity.sh
The file was addeddocker/cdt-infra-eclipse-full/Readme.md
The file was addeddocker/scripts/uid_entrypoint
The file was addeddocker/scripts/xstartup_mutter.sh
The file was addeddocker/cdt-infra-plus-eclipse-install/Readme.md
Commit cc66780e926327e55ed18928c122c6461e1c2087 by Jonah Graham
Cleanup CDT repo related to the docker + Java 21 updates

- Fix links for cdt-infra
- The cdt-infra git repo is now archived, so this commit updates
the links to the current values.
- Add new Docker related files to the gitattributes as text files
- Update DEFAULT_BUFFER_SIZE for Java 21's value when building JNI,
this also means the dll/exe need a rebuild
- add a toolchains.xml since we use Java 21 toolchain, but most bundles
are Java 17 still
The file was modified core/org.eclipse.cdt.core.win32.x86_64/os/win32/x86_64/starter.exe (diff)
The file was modified NOTICE.md (diff)
The file was modified docker/scripts/xstartup_icewm.sh (diff)
The file was modified core/org.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_spawner_SpawnerInputStream.h (diff)
The file was modified docker/scripts/xstartup_metacity.sh (diff)
The file was modified core/org.eclipse.cdt.core.win32.x86_64/os/win32/x86_64/pty.dll (diff)
The file was modified docker/cdt-infra-eclipse-full/ubuntu-18.04/Dockerfile (diff)
The file was modified POLICY.md (diff)
The file was addeddocker/toolchains.xml
The file was modified dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/scripts/download-build-gdb.sh (diff)
The file was modified core/org.eclipse.cdt.core.native/pom.xml (diff)
The file was modified .gitattributes (diff)
The file was modified BUILDING.md (diff)
The file was modified core/org.eclipse.cdt.core.native/META-INF/MANIFEST.MF (diff)
The file was modified docker/cdt-infra-base/ubuntu-18.04/Dockerfile (diff)
The file was modified releng/scripts/do_format_code.sh (diff)
The file was modified core/org.eclipse.cdt.core.native/native_src/include/org_eclipse_cdt_utils_pty_PTYInputStream.h (diff)
The file was modified core/org.eclipse.cdt.core.win32.x86_64/os/win32/x86_64/spawner.dll (diff)
The file was modified docker/scripts/xstartup_mutter.sh (diff)
The file was modified native/org.eclipse.cdt.native.serial/os/win32/x86_64/serial.dll (diff)
The file was modified dsf/org.eclipse.cdt.examples.dsf/META-INF/MANIFEST.MF (diff)
Commit 5d229301ed95d76c3f55786662545e1cacdc1464 by Jonah Graham
Update images to Dockerfiles from commit cc66780e92
The file was modified jenkins/pod-templates/cdt-full-pod-plus-eclipse-install.yaml (diff)
The file was modified jenkins/pod-templates/cdt-full-pod-standard.yaml (diff)
The file was modified jenkins/pod-templates/cdt-full-pod-small.yaml (diff)
Commit f0ae450f72d6c481a4701b171302917f6ae46b74 by Jonah Graham
Remove use of Thread.stop from test code
The file was modified core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/internal/index/tests/IndexBugsTests.java (diff)