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

arm64 darwin gem variants #275

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

add arm64 darwin gem variants

f9567e2
Select commit
Loading
Failed to load commit list.
Open

arm64 darwin gem variants #275

add arm64 darwin gem variants
f9567e2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Jan 21, 2025 in 2m 38s

Build Passed

The build passed.

Details

This is a normal build for the da_arm-64-darwi-gem-variants branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language Ruby
Operating System Linux (Xenial)
Ruby Version 3.2.2
Build Configuration
{
  "language": "ruby",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "rvm": [
    "3.2.2"
  ],
  "cache": {
    "bundler": true,
    "directories": [
      "${HOME}/perl5",
      "${HOME}/.cache"
    ]
  },
  "env": [
    "global={:PATH=>\"/snap/bin:$PATH\"}"
  ],
  "jobs": {
    "include": [
      {
        "stage": "Testing time",
        "services": [
          "redis",
          "rabbitmq"
        ],
        "addons": {
          "postgresql": "11",
          "apt": {
            "packages": [
              "postgresql-server-dev-11"
            ]
          }
        },
        "before_install": [
          "script/install-sqitch",
          "script/install-partman",
          "eval \"$(perl -I ~/perl5/lib/perl5/ '-Mlocal::lib')\"",
          "bundle config set --local path 'vendor/bundle'",
          "gem install bundler"
        ],
        "before_script": [
          "sudo apt-get install postgresql-contrib-10",
          "sudo systemctl start postgresql",
          "sudo systemctl start redis-server",
          "bundle exec rake setup"
        ]
      },
      {
        "stage": ":ship: it to quay.io",
        "dist": "focal",
        "language": "shell",
        "script": [
          "make ship"
        ],
        "if": "(branch = master and type = push ) OR commit_message =~ /ship:docker/ OR env(SHIP_DOCKER) = true"
      }
    ]
  }
}