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

Update expensify_prod branch #1574

Merged
merged 3 commits into from
Sep 25, 2023

Merge pull request #1571 from Expensify/tyler-check-for-fork-before-s…

9fd9aa2
Select commit
Loading
Failed to load commit list.
Merged

Update expensify_prod branch #1574

Merge pull request #1571 from Expensify/tyler-check-for-fork-before-s…
9fd9aa2
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Sep 25, 2023 in 25s

Build Errored

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

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1574 Update expensify_prod branch.
Any changes that have been made to the expensify_prod branch before the build ran are also included.

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 C++
Operating System Linux (Focal)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global={:CXX=>\"g++-9\", :CC=>\"gcc-9\"}=[secure]"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never"
      }
    ]
  },
  "script": [
    "./travis.sh"
  ],
  "vm": {
    "size": "2x-large"
  },
  "before_script": [
    "nproc",
    "free -m"
  ],
  "cache": {
    "ccache": true
  },
  "deploy": [
    {
      "provider": "releases",
      "edge": true,
      "token": {
        "secure": "gIOAWHsP6BaQgQc/IBEqdcyzMepMQFoKL4BzFwysbTcX3yIT3k5iSHpoCH/+RuHOB8XZl+xOwbOyuV+ujgbb70WB1ycYiQRhYZiX1kdmjodbbqgh9ZbGYajN62sI0JrTin4mGFnTwNJ0g1nuneuqIh0z5bszu+fcbfrqmaYkxO3cKUhyPp1jl7iAFmqkhnnLmXsi0N7d3yn1rLYfEfya9e4LOAC4pKPJUJzrs7vcavRVuFOAL3Lg+DyDsbBHy330SZEERUyX5Jb44nVJ3j9XGrujnPhlwan8wye9vrCrtRhC1lo2cllV9m0oSboJsV9A+bMQ2kgFqjZTMyZyjsQrflYNYhLpiFp3qVCTHpGH7jS6pUOXzRn/T+BUns4/4RJE5EsDzgBOg90oBVNGU++zJjCGMRaOp2LJt7uSCSc8kHEzfgvbcaGI9CPSlZLILVcrifUCNzktbEtQXEJ7SAtsSDI8sbxtBKvL0wExxx8FpKSY4yvRU7xfMhumzU4Ngufz3521MyZkYsOJVE02N/D+jzHRTjGRypatm9QfHeQmRuawT+aZ/Vra9jVTBelFkibshXAiVAm8kkAq4xz9Pml31+nsNUIo9rwfzyPdLAx8qV31EFmf55zggHu0LuEO1mp46y82oPakO6BxVdRtAUnZogagMWflant/KqRlzRsQt/M="
      },
      "file": [
        "bedrock"
      ],
      "skip_cleanup": true,
      "prerelease": true,
      "on": {
        "tags": true
      }
    }
  ]
}