[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][main] Bug 41434: Exclude macOS as a platform from Go updates.



Title: GitLab

morgan pushed to branch main at The Tor Project / Applications / tor-browser-build

Commits:

  • 4082f692
    by Pier Angelo Vendrame at 2025-04-15T16:28:45+02:00
    Bug 41434: Exclude macOS as a platform from Go updates.
    

1 changed file:

Changes:

  • tools/fetch_changelogs.py
    ... ... @@ -86,6 +86,9 @@ class UpdateEntry(ChangelogEntry):
    86 86
             elif name == "GeckoView" or name == "Zstandard":
    
    87 87
                 platform = Platform.ANDROID
    
    88 88
                 num_platforms = 1
    
    89
    +        elif name == "Go":
    
    90
    +            platform = Platform.ALL_PLATFORMS ^ Platform.MACOS
    
    91
    +            num_platforms = 1
    
    89 92
             else:
    
    90 93
                 platform = Platform.ALL_PLATFORMS
    
    91 94
                 num_platforms = 4
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx