-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
lwip-tests: create port enabling run of lwip tests #72
base: master
Are you sure you want to change the base?
Conversation
76cff89
to
ebecbb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pointed out some issues
lwip-tests/build.sh
Outdated
mkdir -p "${PREFIX_CHECK_BUILD}/include" | ||
if [ ! -f "{$PREFIX_CHECK_BUILD}/config.h" ]; then | ||
CHECK_CFLAGS="-std=gnu99 -I${PREFIX_CHECK_BUILD}/include" | ||
(cd "$PREFIX_CHECK_SRC" && autoreconf -i -v -f && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is autoreconf really necessary? (shouldn't be)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no default configure script so I need to generate it using autoreconf
lwip-tests/build.sh
Outdated
b_log "Building lwip-test" | ||
|
||
LWIP_CONTRIB_COMMIT="35b011d4cf4c4b480f8859c456587a884ec9d287" | ||
LWIP_CONTRIB_PKG_URL="https://github.com/particle-iot/lwip-contrib/archive/${LWIP_CONTRIB_COMMIT}.tar.gz" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use release tag, maybe use official git repo (eg. https://git.savannah.nongnu.org/cgit/lwip/lwip-contrib.git/snapshot/lwip-contrib-STABLE-2_1_0_RELEASE.tar.gz)?
is contrib only needed for unix port? (host testing?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes
ebecbb7
to
484d8c8
Compare
484d8c8
to
8655c66
Compare
JIRA: CI-329
8655c66
to
d721a48
Compare
JIRA: CI-329
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment