[all-commits] [llvm/llvm-project] 5906b1: [APINotes][test] Fix permissions of a file copied ...
Dmitri Gribenko via All-commits
all-commits at lists.llvm.org
Thu Mar 28 16:43:01 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5906b1ad3f70586c72293d5c62eb3f26977b8b96
https://github.com/llvm/llvm-project/commit/5906b1ad3f70586c72293d5c62eb3f26977b8b96
Author: Dmitri Gribenko <gribozavr at gmail.com>
Date: 2024-03-29 (Fri, 29 Mar 2024)
Changed paths:
M clang/test/APINotes/module-cache.m
Log Message:
-----------
[APINotes][test] Fix permissions of a file copied from a source tree
Our CI system makes the source tree read-only. The 'cp' command that
copies a directory from the source tree into a temp directory preserves
permissions, and the copied files stay read-only. When the test tries to
append to one of these files, it fails with a "permission denied" error.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list