1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-04 04:16:03 +02:00

add the new build server

This commit is contained in:
Christian Heusel 2024-01-18 22:57:14 +01:00
parent 60fabecbf5
commit 7bfce43262
No known key found for this signature in database
GPG Key ID: C047D4F328B52585
3 changed files with 10 additions and 10 deletions

View File

@ -1,10 +1,10 @@
hostname: "build.archlinux.org"
network_interface: "enp195s0"
ipv4_address: "135.181.138.48"
network_interface: "eno8303"
ipv4_address: "65.21.37.204"
ipv4_netmask: "/32"
ipv6_address: "2a01:4f9:3a:120f::2"
ipv6_netmask: "/128"
ipv4_gateway: "135.181.138.1"
ipv6_address: "2a01:4f9:3a:458a::2"
ipv6_netmask: "/64"
ipv4_gateway: "65.21.37.193"
ipv6_gateway: "fe80::1"
filesystem: btrfs
system_disks:

View File

@ -14,9 +14,9 @@ Data on this system is regularly backed up automatically.
- SRCDEST is set to /var/lib/archbuilddest/srcdest (~srcdest).
- Take a look at mkpkg -hh if you want to build nightlies.
January 26, 2021
The common Arch build server is now build.archlinux.org! This one has 64 threads and
256GiB of memory. Now go and compile something.
January 19, 2024
The common Arch build server is now build.archlinux.org! This one has 96 threads and
384GiB of memory. Now go and compile something.
{% endif %}
{% if 'public_html' in group_names %}

View File

@ -255,8 +255,8 @@ locals {
# }
archlinux_org_a_aaaa = {
build = {
ipv4_address = "135.181.138.48"
ipv6_address = "2a01:4f9:3a:120f::2"
ipv4_address = "65.21.37.204"
ipv6_address = "2a01:4f9:3a:458a::2"
}
gemini = {
ipv4_address = "49.12.124.107"