Skip to content

Commit

Permalink
Remove kernel from collected_sources
Browse files Browse the repository at this point in the history
The use in the script made the build of 11.0.0 fail.

Signed-off-by: eriknordmark <[email protected]>
  • Loading branch information
eriknordmark committed Oct 25, 2023
1 parent b25d016 commit b8762de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/collect-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0
#
# collect-sources.sh
# collect sources for alpine, go and kernel packages used in eve
# collect sources for alpine and go packages used in eve
# arg1=tarfile with rootfs.tar
# arg2=path to eve root
# arg3=path to tar.gz file for output. If blank, will send to stdout
Expand All @@ -29,7 +29,6 @@ echo "${tmpout}"
echo "${outfile}"
{
"${eve}/tools/get-alpine-pkg-source.sh" -s "${tmpout}" -e "${tmproot}" -p alpine
"${eve}/tools/get-kernel-source.sh" -s "${tmpout}" -p kernel
"${eve}/build-tools/bin/go-sources-and-licenses" sources -s "${eve}/pkg" --find --out "${tmpout}" --prefix golang --template 'golang,{{.Module}}@{{.Version}},{{.Version}},{{.Path}}'
"${eve}/build-tools/bin/go-sources-and-licenses" sources -b "${tmproot}" --find --out "${tmpout}" --prefix golang --template 'golang,{{.Module}}@{{.Version}},{{.Version}},{{.Path}}'
} > "${manifest}"
Expand Down

0 comments on commit b8762de

Please sign in to comment.