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 #1684

Merged
merged 3 commits into from
Mar 25, 2024

Merge pull request #1683 from Expensify/tyler-fix-constraints-warning

7bb1389
Select commit
Loading
Failed to load commit list.
Merged

Update expensify_prod branch #1684

Merge pull request #1683 from Expensify/tyler-fix-constraints-warning
7bb1389
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 22, 2024 in 6m 44s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the main 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 C++
Operating System Linux (Focal)
Build Configuration
{
  "language": "cpp",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "env": [
    "global={:CXX=>\"g++-13\", :CC=>\"gcc-13\"}=[secure]"
  ],
  "notifications": {
    "email": [
      {
        "on_success": "never"
      }
    ]
  },
  "script": [
    "./travis.sh"
  ],
  "group": "edge",
  "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
      }
    }
  ]
}