You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@thrift.apache.org by GitBox <gi...@apache.org> on 2022/09/21 03:30:18 UTC

[GitHub] [thrift] Jimexist commented on a diff in pull request #2671: disable opam sandboxing for ubuntu focal

Jimexist commented on code in PR #2671:
URL: https://github.com/apache/thrift/pull/2671#discussion_r976000580


##########
build/docker/ubuntu-focal/Dockerfile:
##########
@@ -197,7 +197,8 @@ RUN apt-get install -y --no-install-recommends \
       `# OCaml dependencies` \
       ocaml \
       opam && \
-      opam init --yes && \
+      `# disable sandboxing see https://github.com/ocaml/opam/issues/4327` \

Review Comment:
   ```suggestion
         `# Disable sandboxing given already in container, see https://github.com/ocaml/opam/issues/4327` \
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@thrift.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org