-
Notifications
You must be signed in to change notification settings - Fork 10
/
projects.toml
91 lines (78 loc) · 2.03 KB
/
projects.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
#
# Copyright 2024 Oxide Computer Company
#
[project.illumos]
github = "oxidecomputer/illumos-gate"
rev = "stlouis"
unless_env = "BUILD_OS"
[project.omnios-build]
github = "oxidecomputer/helios-omnios-build"
rev = "helios2"
unless_env = "BUILD_OS"
use_ssh = false
site_sh = true
[project.omnios-extra]
github = "oxidecomputer/helios-omnios-extra"
rev = "helios2"
unless_env = "BUILD_OS"
use_ssh = false
site_sh = true
[project.pinprick]
github = "oxidecomputer/pinprick"
use_ssh = false
cargo_build = true
[project.phbl]
github = "oxidecomputer/phbl"
use_ssh = false
auto_update = true
[project.image-builder]
github = "illumos/image-builder"
use_ssh = false
cargo_build = true
use_debug = true
auto_update = true
[project.bootserver]
github = "oxidecomputer/boot-image-tools"
use_ssh = false
cargo_build = true
auto_update = true
#
# -----------------------------------------------------------------------------
# NOTE: Repositories below this comment are all still private.
#
# If you do not have access to private repositories in the "oxidecomputer"
# GitHub organisation, set "OXIDE_STAFF=no" in your environment to skip
# cloning them.
# -----------------------------------------------------------------------------
#
[project.amd-host-image-builder]
github = "oxidecomputer/amd-host-image-builder"
use_ssh = true
cargo_build = true
use_debug = true
auto_update = true
unless_env = "OXIDE_STAFF"
[[project.amd-host-image-builder.fixup]]
#
# We used to pin this commit. To avoid a manual flag day, switch a user with
# this specific commit checked out as a detached HEAD back to main:
#
from_commit = "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167"
to_branch = "main"
[project.amd-firmware]
github = "oxidecomputer/amd-firmware"
use_ssh = true
auto_update = true
unless_env = "OXIDE_STAFF"
[project.chelsio-t6-roms]
github = "oxidecomputer/chelsio-t6-roms"
use_ssh = true
cargo_build = false
auto_update = true
unless_env = "OXIDE_STAFF"
[project.pilot]
github = "oxidecomputer/pilot"
use_ssh = true
cargo_build = true
auto_update = true
unless_env = "OXIDE_STAFF"