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

Merged
merged 2 commits into from
May 21, 2024

Merge pull request #1740 from Expensify/neil-STHROW-log-debug-only

c07b587
Select commit
Loading
Failed to load commit list.
Merged

Update expensify_prod branch #1741

Merge pull request #1740 from Expensify/neil-STHROW-log-debug-only
c07b587
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded May 21, 2024 in 8m 26s

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": {
        "branch": "v2.0.3-beta.4"
      },
      "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
      }
    }
  ]
}