public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: "Jasmin J." <jasmin@anw.at>
To: Bryan Hundven <bryanhundven@gmail.com>
Cc: Jean-Marie Lemetayer <jeanmarie.lemetayer@gmail.com>,
	       crossgcc <crossgcc@sourceware.org>
Subject: Re: [RFC] Refactor autoconf options and build scripts
Date: Tue, 15 Sep 2015 22:46:00 -0000	[thread overview]
Message-ID: <55F89FDA.5000209@anw.at> (raw)
In-Reply-To: <CAJ+oik3X=1wUYGMNRdMLMynARaAKhEJpLQN9xVxLscaheooeLA@mail.gmail.com>

Bryan,

>> May I suggest, that you add a "cat .config" before the "./ct-ng build.2",
>> so that we can see what was really built.
>
> Technically, the .config is in the first 100-ish lines of the build.log
> Not sure that having it in the logs twice would be helpful.
when you look to
  https://travis-ci.org/jmlemetayer/crosstool-ng/jobs/80447516
there is no build.log printed and I guess it would be a lot, if we do this.

> We also could add the various CT_LOG_* options to be able to be passed
> to ct-ng, so for instance you could do:
>
> ct-ng <sample>
> CT_LOG_DEBUG=y CT_LOG_LEVEL_MAX="DEBUG" ct-ng build.2
I don't know how much lines this will be at the end. It is always a trade
off ... .

What I have seen in the log is, that mostly the latest package versions are
used. I suggest to add some configs with preset gcc/binutils/... versions to
test older packages, too.
But keep in mind also, that travis-ci will try to build each commit on any
branch per default. Before we add travis-ci to master, we should add more
restrictions.

One could be:
# whitelist
branches:
  only:
    - master

To skip a build (from the docu page):
If you don’t want to run a build for a particular commit, because all you are
changing is the README for example, add [ci skip] to the git commit message.

Commits that have [ci skip] anywhere in the commit messages are ignored by
Travis CI.

Pull Requests only:
Another solution might be restricting the build to Pull Request and do not
build Pushes. We need to check if that is usable.

BR
   Jasmin

--
For unsubscribe information see http://sourceware.org/lists.html#faq

  reply	other threads:[~2015-09-15 22:46 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-08 17:32 Bryan Hundven
2015-09-08 23:42 ` Jasmin J.
2015-09-12 18:03 ` Thomas Petazzoni
2015-09-12 21:23   ` Bryan Hundven
2015-09-13 14:13     ` Trevor Woerner
2015-09-13 23:19     ` Jasmin J.
2015-09-13 23:35       ` Jasmin J.
2015-09-14  0:31         ` Jasmin J.
2015-09-15 14:21           ` Jean-Marie Lemetayer
2015-09-15 14:39             ` Trevor Woerner
2015-09-15 15:22               ` Jean-Marie Lemetayer
2015-09-15 18:30                 ` Jasmin J.
2015-09-15 20:38                   ` Jasmin J.
2015-09-15 20:49                   ` Bryan Hundven
2015-09-15 22:46                     ` Jasmin J. [this message]
2015-09-15 23:21                       ` Bryan Hundven
2015-09-16 11:17                         ` Jasmin J.
2015-09-16 11:45                         ` Jean-Marie Lemetayer
2015-09-16 11:47                           ` Jean-Marie Lemetayer
2015-09-16 13:20                             ` Jasmin J.
2015-09-16 13:47                               ` Jean-Marie Lemetayer
2015-09-16 14:50                                 ` Jasmin J.
2015-09-21 22:55                                   ` Jasmin J.
2015-09-22  8:17                                     ` Jean-Marie Lemetayer
2015-09-22 21:18                                       ` Bryan Hundven
2015-09-13 22:59   ` Jasmin J.

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55F89FDA.5000209@anw.at \
    --to=jasmin@anw.at \
    --cc=bryanhundven@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=jeanmarie.lemetayer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).