File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2424# :
2525# : [dependencies.xde]
2626# : job = "opte-xde"
27+ # ;
28+ # : [dependencies.opteadm]
29+ # : job = "opteadm"
2730
2831set -o errexit
2932set -o pipefail
@@ -48,9 +51,11 @@ header "move artifacts for packaging"
4851# Copy in just-built artifacts
4952DBG_SRC=target/x86_64-illumos/debug
5053DBG_LINK_SRC=target/i686-unknown-illumos/debug
54+ DBG_ADM_SRC=target/debug
5155
5256REL_SRC=target/x86_64-illumos/release
5357REL_LINK_SRC=target/i686-unknown-illumos/release
58+ REL_ADM_SRC=target/release
5459
5560mkdir -p $REL_SRC
5661cp /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
6267mkdir -p $DBG_LINK_SRC
6368cp /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+
6575header " package opte"
6676cargo xtask package --skip-build
6777
You can’t perform that action at this time.
0 commit comments