mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-03-15 15:23:49 +01:00
tea/Build
Stefan Bürk 7f8f379fea
[BUGFIX] Avoid unsupported option for podman ()
The TYPO3 core runTests.sh has been using the
uid option for the tmpfs mount in the past
and removed it due to the fact it's not supported
by the podman container binary.

This has been missed to change along with the
introduction of the `-b` container binary option
in  and therefore the podmand and docker dual
support.

For example, following

```shell
--tmpfs ${ROOT_DIR}/typo3temp/var/tests/functional-sqlite-dbs/:rw,noexec,nosuid,uid=${HOST_UID}
```

is changed to

```shell
--tmpfs ${ROOT_DIR}/typo3temp/var/tests/functional-sqlite-dbs/:rw,noexec,nosuid
```

which works for both binaries in case of tmpfs mounts.

Resolves: 
Resolves: 
Related: 
2023-12-19 10:37:17 +01:00
..
bin [TASK] Add xliff linting locally () 2023-12-15 16:17:39 +01:00
Scripts [BUGFIX] Avoid unsupported option for podman () 2023-12-19 10:37:17 +01:00