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

[SR-14872] aarch64 and x86_64 toolchain contain different folder structure #57219

Open
fabianfett opened this issue Jul 4, 2021 · 1 comment
Assignees
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.

Comments

@fabianfett
Copy link
Member

Previous ID SR-14872
Radar rdar://problem/80237863
Original Reporter @fabianfett
Type Bug
Additional Detail from JIRA
Votes 0
Component/s Project Infrastructure
Labels Bug
Assignee @shahmishal
Priority Medium

md5: 9e268e4c9f4d90efbbcc200d83583a91

Issue Description:

An unzipped x86 toolchain's folder structure is:

swift-DEVELOPMENT-SNAPSHOT-2021-06-12-a-ubuntu20.04
└── usr
    ├── bin
    ├── include
    ├── lib
    ├── local
    └── share

An unzipped aarch64 toolchain's folder structure is:

usr
├── bin
├── include
├── lib
├── local
└── share

I expect the folder structure to be consistent over the architectures. The problem exists for the:

  • ubuntu 20.04 toolchain

  • centos8 toolchain

@typesanitizer
Copy link

@swift-ci create

@swift-ci swift-ci transferred this issue from apple/swift-issues Apr 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Projects
None yet
Development

No branches or pull requests

2 participants