Syed Muhammad Dawoud Sheraz Ali
Syed Muhammad Dawoud Sheraz Ali
@kiram15 Hi, is this still needed? Thanks
FYI - Tutor-credentials Python 3.12 Dockerfile upgrade is blocked on this https://github.com/overhangio/tutor-credentials/issues/34#issuecomment-1993975836
> @DawoudSheraz why do you need to land the tutor change before landing the update in credentials master? Or is credentials already testing with python 3.12? We are blocked on...
@regisb A reminder for reviewing and squash-merging this PR, thanks.
Closing this in favor of https://github.com/overhangio/tutor/pull/1062
I suspect this is not needed, hence closing this.
The docs build failure seems to be an old one https://github.com/overhangio/tutor/pull/775#issuecomment-1405208608. I will attempt a shot at fixing it.
The docs build issue mainly happens because Sphinx is not able to correctly identify `type` params. It tends to translate each param variation into a separate `py:class` entity, thus leading...
In Open edX Dockerfile, dev and production requirements are prefixed by `RUN --mount=type=cache,target=/openedx/.cache/pip,sharing=share` but that is not applied on mounted dirs installation (https://github.com/overhangio/tutor/blob/master/tutor/templates/build/openedx/Dockerfile#L273-L277). After prefixing the mounted dirs installation, the...
@regisb and I debugged this issue and the root cause for this involves how the mounts are handled. During the build time, the mounts are copied and then installed in...