File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 28
28
run : |
29
29
echo 'ccache=ccache-'$(date -u +%Y-m%M) >> $GITHUB_OUTPUT
30
30
- name : Retrieve ccache cache
31
- uses : actions/cache@v4
31
+ uses : actions/cache@v4.2.3
32
32
with :
33
33
path : ~/.ccache
34
34
key : ${{ steps.get_ref_keys.outputs.ccache }}-${{ github.ref }}
@@ -137,6 +137,7 @@ jobs:
137
137
echo "Homepage: https://wiki.fd.io/view/VPP" >> DEBIAN/control
138
138
echo "Description: Vector Packet Processing (VPP) for Octeon10" >> DEBIAN/control
139
139
cd -
140
+ rm -rf "${PWD}/install/~" "${PWD}/install/home"
140
141
mv "${PWD}/install" "${PWD}/vpp-${PKG_VERSION_NAME}-cn10k${PKG_POSTFIX}_${MRVL_PKG_VERSION}_arm64"
141
142
dpkg --build "vpp-${PKG_VERSION_NAME}-cn10k${PKG_POSTFIX}_${MRVL_PKG_VERSION}_arm64"
142
143
cp "vpp-${PKG_VERSION_NAME}-cn10k${PKG_POSTFIX}_${MRVL_PKG_VERSION}_arm64.deb" ${BASE_DIR}/artifacts/.
Original file line number Diff line number Diff line change 27
27
run : |
28
28
echo 'ccache=ccache-'$(date -u +%Y-m%M) >> $GITHUB_OUTPUT
29
29
- name : Retrieve ccache cache
30
- uses : actions/cache@v4
30
+ uses : actions/cache@v4.2.3
31
31
with :
32
32
path : ~/.ccache
33
33
key : ${{ steps.get_ref_keys.outputs.ccache }}-${{ github.ref }}
@@ -141,6 +141,7 @@ jobs:
141
141
echo "Homepage: https://wiki.fd.io/view/VPP" >> DEBIAN/control
142
142
echo "Description: Vector Packet Processing (VPP) for Octeon9" >> DEBIAN/control
143
143
cd -
144
+ rm -rf "${PWD}/install/~" "${PWD}/install/home"
144
145
mv "${PWD}/install" "${PWD}/vpp-${PKG_VERSION_NAME}-cn9k${PKG_POSTFIX}_${MRVL_PKG_VERSION}_arm64"
145
146
dpkg --build "vpp-${PKG_VERSION_NAME}-cn9k${PKG_POSTFIX}_${MRVL_PKG_VERSION}_arm64"
146
147
cp "vpp-${PKG_VERSION_NAME}-cn9k${PKG_POSTFIX}_${MRVL_PKG_VERSION}_arm64.deb" ${BASE_DIR}/artifacts/.
You can’t perform that action at this time.
0 commit comments