Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
  • typo3
  • Build
  • testing-docker
  • local
  • docker-compose.yml
Find file Blame History Permalink
  • gilbertsoft's avatar
    [TASK] runTests.sh: xdebug trigger works with macOS and WSL2 · a0b14653
    gilbertsoft authored Nov 16, 2021 and lolli's avatar lolli committed Nov 17, 2021
    docker on mac and windows WSL2 encapsulate a VM into
    the system. The current xdebug remote config does not
    work in those cases since the host IP can not be
    determined with the current solution.
    
    Switching to host.docker.internal works for macOS
    and WSL2, and works for linux too in combination with
    an extra_hosts setting.
    
    This requires linux to use at least docker 20.10,
    which shouldn't be a huge issue with casual developer
    machines.
    
    Resolves: #95999
    Resolves: #94932
    Releases: master, 10.4
    Change-Id: I02acfeefc08f338841b4fecdb952c7da37ff65e1
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/72194
    
    
    Tested-by: default avatarcore-ci <typo3@b13.com>
    Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
    Tested-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
    Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
    Reviewed-by: default avatarSimon Gilli <typo3@gilbertsoft.org>
    Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
    a0b14653