Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Give a dedicated cachedb dir for volume mount #251

Merged
merged 1 commit into from
Sep 19, 2023

Give a dedicated cachedb dir for volume mount

ca10ba1
Select commit
Loading
Failed to load commit list.
Merged

Give a dedicated cachedb dir for volume mount #251

Give a dedicated cachedb dir for volume mount
ca10ba1
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Sep 14, 2023 in 1h 19m 16s

Build Passed

The build passed. This is a change from the previous build, which canceled.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #251 Give a dedicated cachedb dir for volume mount.
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has seven jobs, running in parallel.

Job ENV OS State
1013.1 TARGET="GHCR" Linux passed
1013.2 TARGET="GHCR" Linux passed
1013.3 TARGET="GHCR" Linux passed
1013.4 TARGET="GHCR" Linux passed
1013.5 TARGET="GHCR" Linux passed
1013.6 TARGET="GHCR" Linux passed
1013.7 TARGET="GHCR" Linux passed

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "sudo": true,
  "services": [
    "docker"
  ],
  "env": [
    "global={:TARGET=>\"\\\"GHCR\\\"\"} jobs={:VERSION=>\"16.0\"}={:VERSION=>\"15.0\"}={:VERSION=>\"14.0\"}={:VERSION=>\"14.0-bullseye\"}={:VERSION=>\"13.0\"}={:VERSION=>\"12.0\"}={:VERSION=>\"11.0\"}"
  ],
  "script": [
    "make VERSION=$VERSION build",
    "make VERSION=$VERSION test"
  ],
  "before_install": [
    "if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - ; fi",
    "if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then sudo add-apt-repository \"deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable\" ; fi",
    "if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then sudo apt-get update ; fi",
    "if [ \"$VERSION\" = \"15.0\" OR \"$VERSION\" = \"16.0\" ] ; then sudo apt-get -y -o Dpkg::Options::=\"--force-confnew\" install docker-ce ; fi",
    "docker --version"
  ],
  "after_success": [
    "travis/publish.sh"
  ]
}