Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Enable setting up of go on ppc64/ppc64le systems.#518

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
kishen-v wants to merge1 commit intoactions:main
base:main
Choose a base branch
Loading
fromkishen-v:ppc64le

Conversation

@kishen-v
Copy link

@kishen-vkishen-v commentedNov 25, 2024
edited
Loading

Description:
This change enables to install go on ppc64/ppc64le systems based on endianness.
The existing flow tends to pick ppc64 bundle for both big endian/little endian machines asos.arch() does not have the capability to determine the endianness, which leads to installing an unsupported bundle in the case of ppc64le.

Related issue:
Fixes#517

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.
 go-version-file      ✓ reads version from go.mod (1 ms)      ✓ reads version from go.work (1 ms)      ✓ reads version from .go-version (1 ms)      ✓ is overwritten by go-version      ✓ reports a read failure      ✓ acquires specified architecture of go (2 ms)      ✓ acquires latest go version with stable go-version input      ✓ acquires latest go version with oldstable go-version input      ✓ should return ppc64 when architecture is ppc64 and system is Big Endian <-----      ✓ should return ppc64le when architecture is ppc64 and system is Little Endian <--------------------------|---------|----------|---------|---------|---------------------------------------------------File                 | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s                                 ---------------------|---------|----------|---------|---------|---------------------------------------------------All files            |    87.5 |    82.35 |   91.83 |    87.4 |                                                    cache-restore.ts    |   81.57 |    57.14 |   66.66 |   81.08 | 54-65                                              cache-utils.ts      |     100 |      100 |     100 |     100 |                                                    constants.ts        |     100 |      100 |     100 |     100 |                                                    installer.ts        |   82.41 |    81.01 |      88 |   82.56 | 55-57,113,182,187-220,343,381-385,413,435-459,474  main.ts             |   92.94 |    78.26 |     100 |   92.94 | 56,68-77                                           package-managers.ts |     100 |      100 |     100 |     100 |                                                    system.ts           |   89.47 |    85.71 |     100 |   89.47 | 41-42                                              utils.ts            |     100 |      100 |     100 |     100 |                                                   ---------------------|---------|----------|---------|---------|---------------------------------------------------Test Suites: 4 passed, 4 totalTests:       72 passed, 72 totalSnapshots:   0 totalTime:        2.795 sRan all test suites.

@kishen-v
Copy link
Author

Hi@priyagupta108,

A gentle reminder for your review on this PR when time permits.

Thanks!

@kishen-v
Copy link
Author

Hi@HarithaVattikuti,@priya-kinthali and@aparnajyothi-y,

Could you please take a look at the changes in this PR and let me know your thoughts?

Thanks!

@kishen-v
Copy link
Author

Hi@HarithaVattikuti,@priya-kinthali@aparnajyothi-y and@priyagupta108,

Could you please take a look at the changes in this PR and let me know your thoughts?

Thanks!

1 similar comment
@kishen-v
Copy link
Author

Hi@HarithaVattikuti,@priya-kinthali@aparnajyothi-y and@priyagupta108,

Could you please take a look at the changes in this PR and let me know your thoughts?

Thanks!

@kishen-v
Copy link
Author

Hey@HarithaVattikuti,@priya-kinthali@aparnajyothi-y and@priyagupta108,

Can you please help to review this PR when time permits? I'm really looking forward to having this support added to enable installation of Go through GH actions and would be happy to address comments if any.

Thanks!

@kishen-v
Copy link
Author

Hey@HarithaVattikuti,@aparnajyothi-y and@priyagupta108,

I'm really looking forward to having these changes added to main. Kindly help to review this PR when time permits. Please let me know if there are any concerns.

Thanks!

@kishen-v
Copy link
Author

Hey@HarithaVattikuti,@aparnajyothi-y and@priyagupta108,

I'm really looking forward to having these changes added to main. Kindly help to review this PR when time permits. Please let me know if there are any concerns. It's close to a year. Even a simple comment on what could be the next steps can help me do the needful to have the changes merged.

Thanks!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

Enable installation of go on ppc64/ppc64le systems

1 participant

@kishen-v

[8]ページ先頭

©2009-2025 Movatter.jp