File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -146,10 +146,17 @@ jobs:
146
146
ln -s "$MONEROC_CACHE_DIR_ROOT/moneroc-$MONEROC_HASH/monero_c"
147
147
./prepare_moneroc.sh
148
148
popd
149
- mkdir -p $MONEROC_CACHE_DIR_ROOT/{monero/,wownero/,}contrib/depends/built || true
150
- ln -s "$PWD/contrib/depends/built" "$MONEROC_CACHE_DIR_ROOT/contrib/depends/built" || true
151
- ln -s "$PWD/monero/contrib/depends/built" "$MONEROC_CACHE_DIR_ROOT/monero/contrib/depends/built" || true
152
- ln -s "$PWD/wownero/contrib/depends/built" "$MONEROC_CACHE_DIR_ROOT/wownero/contrib/depends/built" || true
149
+ pushd scripts/monero_c
150
+ mkdir -p "$MONEROC_CACHE_DIR_ROOT/_cache/contrib/depends/built"
151
+ mkdir -p "$MONEROC_CACHE_DIR_ROOT/_cache/monero/contrib/depends/built"
152
+ mkdir -p "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/built"
153
+
154
+ rm -rf "$PWD/contrib/depends/built" "$PWD/monero/contrib/depends/built" "$PWD/wownero/contrib/depends/built"
155
+
156
+ ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/contrib/depends/built" "$PWD/contrib/depends/built"
157
+ ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/monero/contrib/depends/built" "$PWD/monero/contrib/depends/built"
158
+ ln -sf "$MONEROC_CACHE_DIR_ROOT/_cache/wownero/contrib/depends/built" "$PWD/wownero/contrib/depends/built"
159
+ popd
153
160
154
161
- name : Generate KeyStore
155
162
run : |
You can’t perform that action at this time.
0 commit comments