Skip to content

bom generation script has diff depending on platforms #8520

Description

@suztomo

New script generation (I ran on Linux) has irrelevant changes #8519. Probably because the BOM was generated last time on Mac.

Screen Shot 2022-10-04 at 7 30 50 PM

The sort command's behavior differs between Mac and Linux.

Linux:

$ cat /tmp/o |sort
java-bigqueryconnection
java-bigquery-data-exchange

Mac:

$ cat /tmp/o |sort
java-bigquery-data-exchange
java-bigqueryconnection

We should give --dictionary-order option to sort command.

 $ cat /tmp/o |sort --dictionary-order
java-bigqueryconnection
java-bigquery-data-exchange

Activity

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

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions