Skip to content

Merge #315

This check has been archived and is scheduled for deletion. Learn more about checks retention
Travis CI / Travis CI - Branch succeeded Sep 11, 2023 in 40m 38s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the staging branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has five jobs, running in parallel.

Job Rust ENV State
1167.1 stable TARGET=x86_64-fortanix-unknown-sgx passed
1167.2 stable TARGET=aarch64-unknown-linux-musl passed
1167.3 nightly TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true passed
1167.4 beta TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true passed
1167.5 stable TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true passed

Build Configuration

Build Option Setting
Language Rust
Operating System Linux (Focal)
Rust Version stable
Build Configuration
{
  "branches": {
    "only": [
      "staging",
      "trying",
      "master"
    ]
  },
  "language": "rust",
  "os": "linux",
  "dist": "focal",
  "addons": {
    "apt": {
      "sources": [
        {
          "sourceline": "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main",
          "key_url": "https://apt.llvm.org/llvm-snapshot.gpg.key"
        }
      ],
      "packages": [
        "clang-11",
        "cmake",
        "qemu-user"
      ]
    }
  },
  "before_script": [
    "printenv",
    "whereis clang && clang --version",
    "export PATH=$(echo $PATH | sed -e 's|:/usr/local/clang-16.0.0/bin||')",
    "sudo update-alternatives --install /usr/bin/clang clang /usr/bin/clang-11 100",
    "whereis clang && clang --version"
  ],
  "rust": [
    "stable"
  ],
  "jobs": {
    "include": [
      {
        "env": "TARGET=x86_64-fortanix-unknown-sgx",
        "rust": "stable"
      },
      {
        "env": "TARGET=aarch64-unknown-linux-musl",
        "rust": "stable"
      },
      {
        "env": "TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true",
        "rust": "nightly"
      },
      {
        "env": "TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true",
        "rust": "beta"
      },
      {
        "env": "TARGET=x86_64-unknown-linux-gnu ZLIB_INSTALLED=true AES_NI_SUPPORT=true",
        "rust": "stable"
      }
    ]
  },
  "script": [
    "./ct.sh"
  ],
  "global_env": [
    "RUST_BACKTRACE=1"
  ],
  "group": "stable"
}