File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
.github/actions/dockerfiles Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN case "${TAG}" in \
31
31
;; \
32
32
*) \
33
33
echo "/bin/stacks-node mainnet" > /tmp/command.sh && \
34
- rm /bin/blockstack-cli /bin/clarity-cli /bin/relay-server /bin/ stacks-events /bin/stacks-inspect \
34
+ rm /bin/blockstack-cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \
35
35
;; \
36
36
esac && \
37
37
chmod +x /tmp/command.sh
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN case "${TAG}" in \
31
31
;; \
32
32
*) \
33
33
echo "/bin/stacks-node mainnet" > /tmp/command.sh && \
34
- rm /bin/blockstack-cli /bin/clarity-cli /bin/relay-server /bin/ stacks-events /bin/stacks-inspect \
34
+ rm /bin/blockstack-cli /bin/clarity-cli /bin/stacks-events /bin/stacks-inspect \
35
35
;; \
36
36
esac && \
37
37
chmod +x /tmp/command.sh
Original file line number Diff line number Diff line change 104
104
( lib . fileset . fileFilter ( file : file . hasExt "clar" ) ../.. )
105
105
#
106
106
( craneLib . fileset . commonCargoSources ../../clarity )
107
- ( craneLib . fileset . commonCargoSources ../../contrib/tools/relay-server )
108
107
( craneLib . fileset . commonCargoSources ../../libsigner )
109
108
( craneLib . fileset . commonCargoSources ../../libstackerdb )
110
109
( craneLib . fileset . commonCargoSources ../../pox-locking )
You can’t perform that action at this time.
0 commit comments