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

Backport 2.28: Doc: Add note on special use of A in ecp group structure #8046

Merged
merged 2 commits into from
Aug 10, 2023

Add potential missing inline definition

8aa8d78
Select commit
Loading
Failed to load commit list.
Merged

Backport 2.28: Doc: Add note on special use of A in ecp group structure #8046

Add potential missing inline definition
8aa8d78
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Aug 10, 2023 in 27m 40s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #8046 Backport 2.28: Doc: Add note on special use of A in ecp group structure.
Any changes that have been made to the mbedtls-2.28 branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Python Compiler ENV OS State
25730.1 basic checks and reference configurations 3.5 SEED=1 Linux passed
25730.2 full configuration gcc SEED=1 Linux passed
25730.3 Windows gcc SEED=1 windows passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Xenial)
Compiler Version gcc
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "compiler": [
    "gcc"
  ],
  "sudo": false,
  "cache": {
    "ccache": true
  },
  "jobs": {
    "include": [
      {
        "name": "basic checks and reference configurations",
        "addons": {
          "apt": {
            "packages": [
              "gnutls-bin",
              "doxygen",
              "graphviz",
              "gcc-arm-none-eabi",
              "libnewlib-arm-none-eabi",
              "gcc-arm-linux-gnueabi",
              "libc6-dev-armel-cross"
            ]
          }
        },
        "language": "python",
        "python": "3.5",
        "install": [
          "scripts/min_requirements.py"
        ],
        "script": [
          "tests/scripts/all.sh -k 'check_*'",
          "tests/scripts/all.sh -k test_default_out_of_box",
          "tests/scripts/all.sh -k test_ref_configs",
          "tests/scripts/all.sh -k build_arm_linux_gnueabi_gcc_arm5vte build_arm_none_eabi_gcc_m0plus"
        ]
      },
      {
        "name": "full configuration",
        "os": "linux",
        "dist": "focal",
        "addons": {
          "apt": {
            "packages": [
              "clang-10",
              "gnutls-bin"
            ]
          }
        },
        "script": [
          "make CC=clang-10 CFLAGS='-Werror -Wall -Wextra -fsanitize=address,undefined -fno-sanitize-recover=all -O2' LDFLAGS='-Werror -Wall -Wextra -fsanitize=address,undefined -fno-sanitize-recover=all'",
          "make test",
          "programs/test/selftest",
          "tests/scripts/test_psa_constant_names.py",
          "tests/ssl-opt.sh -e 'Fallback SCSV:\\ .*list'",
          "tests/compat.sh -p OpenSSL -e 'NULL\\|DES\\|RC4'",
          "tests/scripts/travis-log-failure.sh",
          "tests/compat.sh -p GnuTLS -e 'CAMELLIA\\|DES\\|TLS-RSA-WITH-NULL-SHA256'",
          "tests/scripts/travis-log-failure.sh",
          "tests/context-info.sh"
        ]
      },
      {
        "name": "Windows",
        "os": "windows",
        "script": [
          "scripts/windows_msbuild.bat v141",
          "visualc/VS2010/x64/Release/selftest.exe --ci"
        ]
      }
    ]
  },
  "after_failure": [
    "tests/scripts/travis-log-failure.sh"
  ],
  "env": [
    "global={:SEED=>\"1\"}=COVERITY_SCAN_TOKEN=[secure]"
  ],
  "addons": {
    "apt": {
      "packages": [
        "gnutls-bin"
      ]
    },
    "coverity_scan": {
      "project": {
        "name": "ARMmbed/mbedtls"
      },
      "notification_email": "[email protected]",
      "build_command": "make",
      "branch_pattern": "coverity_scan"
    }
  }
}