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

xapi-project / xen-api / 14708542303
78%
master: 80%

Build:
Build:
LAST BUILD BRANCH: dev/pau/majmin
DEFAULT BRANCH: master
Ran 28 Apr 2025 01:08PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
14708542303

Pull #6446

github

edwintorok
build: avoid race condition on install

We had various builds fail with:
```
cp: cannot create directory 'autogen-out/include': File exists
```

This is likely a race condition between `cp -r` and the other command
both trying to create that directory (and `cp -r` not handling the race
condition correctly due to a TOCTOU race).

Work this around by running the 2 command in sequence: then even if they
both try to create the 'include' directory there won't be any race.

Signed-off-by: Edwin Török <edwin.torok@cloud.com>
Pull Request #6446: build: avoid race condition on install
Source Files on build 14708542303
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #14708542303
  • Pull Request #6446
  • PR Base - master (#14706443802)
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

© 2025 Coveralls, Inc