Uploaded image for project: 'OpenMRS Core'
  1. OpenMRS Core
  2. TRUNK-4900

Travis CI buffer overflow in openjdk6

    XMLWordPrintable

Details

    • Task
    • Status: Closed
    • Should
    • Resolution: Fixed
    • None
    • None
    • None

    Description

      Travis CI builds of openjdk6 fail due to

      https://github.com/travis-ci/travis-ci/issues/5227

      Therefore we need to add following workaround in .travis.yml

      before_install:
        - cat /etc/hosts # optionally check the content *before*
        - sudo hostname "$(hostname | cut -c1-63)"
        - sed -e "s/^\\(127\\.0\\.0\\.1.*\\)/\\1 $(hostname | cut -c1-63)/" /etc/hosts | sudo tee /etc/hosts
        - cat /etc/hosts # optionally check the content *after*
      

      Gliffy Diagrams

        Attachments

          Activity

            People

              teleivo Ivo Ulrich
              teleivo Ivo Ulrich
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: