Skip to content

Commit 1607048

Browse files
committed
Is this it?
1 parent fedb88a commit 1607048

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/buildomat/jobs/p5p.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
#:
2525
#: [dependencies.xde]
2626
#: job = "opte-xde"
27+
#;
28+
#: [dependencies.opteadm]
29+
#: job = "opteadm"
2730

2831
set -o errexit
2932
set -o pipefail
@@ -48,9 +51,11 @@ header "move artifacts for packaging"
4851
# Copy in just-built artifacts
4952
DBG_SRC=target/x86_64-illumos/debug
5053
DBG_LINK_SRC=target/i686-unknown-illumos/debug
54+
DBG_ADM_SRC=target/debug
5155

5256
REL_SRC=target/x86_64-illumos/release
5357
REL_LINK_SRC=target/i686-unknown-illumos/release
58+
REL_ADM_SRC=target/release
5459

5560
mkdir -p $REL_SRC
5661
cp /input/xde/work/release/xde $REL_SRC
@@ -62,6 +67,11 @@ cp /input/xde/work/release/xde_link.so $REL_LINK_SRC/libxde_link.so
6267
mkdir -p $DBG_LINK_SRC
6368
cp /input/xde/work/debug/xde_link.dbg.so $DBG_LINK_SRC/libxde_link.so
6469

70+
mkdir -p $REL_ADM_SRC
71+
cp /input/opteadm/work/release/opteadm $REL_ADM_SRC
72+
mkdir -p $DBG_ADM_SRC
73+
cp /input/opteadm/work/debug/opteadm $DBG_ADM_SRC
74+
6575
header "package opte"
6676
cargo xtask package --skip-build
6777

0 commit comments

Comments
 (0)