Skip to content

Commit

Permalink
Build natively on Ubuntu 24.04
Browse files Browse the repository at this point in the history
It is very slow, and it does not even cache
the Docker container, instead it builds it
several times.

[ci skip]
  • Loading branch information
gaborcsardi committed Sep 19, 2024
1 parent d20cb0d commit a44a5b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/get_arm64.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
import urllib.request

native_platforms = [ 'fedora-39', 'fedora-38', 'fedora-40' ]
native_platforms = [ 'fedora-39', 'fedora-38', 'fedora-40', 'ubuntu-2404' ]

VERSIONS_URL = 'https://cdn.posit.co/r/versions.json'

Expand Down
2 changes: 2 additions & 0 deletions test/get_platforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ def main():
platforms.remove("fedora-39")
if "fedora-38" in platforms:
platforms.remove("fedora-38")
if "ubuntu-2404" in platforms:
platforms.remove("ubuntu-2404")
print(json.dumps(platforms))


Expand Down

0 comments on commit a44a5b0

Please sign in to comment.