Travis sudo is disabled -


I want to use apt to install some packages for testing, though , It fails that pseudo is disabled I found the following in the test output:

  Pidose, Firefox addon, setuiide and setgid have been disabled.   

It seems that the output arrives, but paranoid_mode is not doing false work in .travis.yml .

Edit: The following .travis.yml will fail to sudo: setuid must be root when sudo apt-get update -qq

  Language: Python Python: - "3.4" before_install running: - sudo apt-get update -qq script: - nosetests   

Settings sudo: true and / or paranoid_mode: false does not work.

Sudo Access is off on our dockkey-based architecture, which will be used in two contexts:

  • Use the repository sudo: false in their .travis.yml file (this should also be turned on our side)
  • Our educational program (see) On

    Currently running on our Docker-based architecture brings the LDX / Doder layer due to some security concerns. Permission may not be granted. We hope that this will be fixed in the near future, but unfortunately this problem is out of our own hands.

    We are also working to improve Firefox addi, which currently uses pseudo, but should not. Once this happens we will post to our blog.

Comments

Popular posts from this blog

java - ImportError: No module named py4j.java_gateway -

python - Receiving "KeyError" after decoding json result from url -

.net - Creating a new Queue Manager and Queue in Websphere MQ (using C#) -