You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for switching PHP version in contributor container.
Also use build in packages for pcov, since pecl is not working with multiple PHP versions.
Get rid of ghc and fp-compiler since install seems flaky and contributors don't use it anyway.
Copy file name to clipboardExpand all lines: docker-contributor/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,7 @@ The following commands are available:
96
96
*`submit-test-programs`: submit all test programs (by executing `make check test-stress` in the `tests` directory of the DOMjudge installation. This will also add a `dummy` user to your database if it does not exist yet. It's password will be set to `dummy`.
97
97
*`xdebug-enable`: enable Xdebug debugging. See note below
98
98
*`xdebug-disable`: disable Xdebug debugging. See note below
99
+
*`switch-php <version>`: switch to using the given PHP version.
99
100
100
101
Of course, you can always run `docker exec -it domjudge bash` to get a bash shell inside the container.
0 commit comments