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

SOURCES and sources in the root dir conflict on case-insensitive filesystems like HFS/APFS. #231

Open
spkane opened this issue Feb 25, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@spkane
Copy link
Contributor

spkane commented Feb 25, 2021

On a macOS 11.2:

❯ git clone [email protected]:aws/aws-nitro-enclaves-cli.git
Cloning into 'aws-nitro-enclaves-cli'...
remote: Enumerating objects: 25, done.
remote: Counting objects: 100% (25/25), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 2772 (delta 4), reused 15 (delta 2), pack-reused 2747
Receiving objects: 100% (2772/2772), 49.28 MiB | 24.71 MiB/s, done.
Resolving deltas: 100% (1887/1887), done.
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:

  'SOURCES'
  'sources'

I would recommend renaming one of these (or moving one into a subdir) unless it is critical that they be setup this way.

@petreeftime petreeftime added the bug Something isn't working label Feb 25, 2021
@jalaziz
Copy link
Contributor

jalaziz commented Jan 29, 2024

Running into this too. Makes it very hard to contribute to this repo on macOS machines.

@spkane
Copy link
Contributor Author

spkane commented Jan 30, 2024

This duplication is a very weird decision and should be easy enough to fix, but I am guessing that it requires changes outside the repo to the CI/CD system used to build the RPMs for this project.

Maybe someone like @clupuishere can comment on how hard this would be to change so that it was possible to check this out on macOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants