apple / swift-atomics

Low-level atomic operations for Swift
Apache License 2.0
1.08k stars 51 forks source link

Avoid using symlinks for package files #100

Closed ktoso closed 1 year ago

ktoso commented 1 year ago

Resolves https://github.com/apple/swift-atomics/issues/98

We can probably do better by not copying around the file since it's the same for all those versions... but for now this is the safest change so doing this first.

ktoso commented 1 year ago

@swift-ci please smoke test

lorentey commented 1 year ago

@swift-ci test