• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 11345430269
88%

Build:
DEFAULT BRANCH: master
Ran 15 Oct 2024 12:07PM UTC
Jobs 1
Files 515
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

15 Oct 2024 11:50AM UTC coverage: 87.314% (-0.01%) from 87.327%
11345430269

push

github

Buristan
build: bump clang version to 19

The patch bumps the Clang version from 16 to 19 in workflows that
are intended to use the most modern Clang version. Many things
were changed since version 16, see release notes in [1], [2], [3].

The `-Ofast` command-line option has been deprecated in Clang 19,
see [3]. It is advised to switch to `-O3 -ffast-math` if the use
of non-standard math behavior is intended, and -O3 otherwise.
The patch replaces `-Ofast` with `-O3 -ffast-math` to suppress
a message below in a build log:

NO_WRAP
clang-19: warning: argument '-Ofast' is deprecated; use '-O3 -ffast-math' for
	  the same behavior, or '-O3' to enable only conforming optimizations [-Wdeprecated-ofast]
NO_WRAP

The bump had needed an update of Dockerfile used for building
the Docker image used in the aforementioned workflows, see pull
request in [4].

1. https://releases.llvm.org/17.0.1/tools/clang/docs/ReleaseNotes.html
2. https://releases.llvm.org/18.1.6/tools/clang/docs/ReleaseNotes.html
3. https://releases.llvm.org/19.1.0/tools/clang/docs/ReleaseNotes.html
4. https://github.com/tarantool/infra/pull/206

NO_CHANGELOG=build
NO_DOC=build
NO_TEST=build

69131 of 122841 branches covered (56.28%)

101927 of 116736 relevant lines covered (87.31%)

2624399.98 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11345430269.1 15 Oct 2024 12:07PM UTC 0
87.31
GitHub Action Run
Source Files on build 11345430269
Detailed source file information is not available for this build.
  • Back to Repo
  • 11145f6a on github
  • Prev Build on master (#11341571062)
  • Next Build on master (#11369404388)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc