summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-04-13 15:27:13 +0300
committerJoonas Niilola <juippis@gentoo.org>2022-04-16 10:27:55 +0300
commit4a9ca6641e46a0189fa2f3e347c1beaed309aa3c (patch)
tree29078dc335e370e279734d6e4212ecb3a8060f03 /recruiters
parentebuild-maintainer-quiz: update 13.a. (diff)
downloadcomrel-4a9ca6641e46a0189fa2f3e347c1beaed309aa3c.tar.gz
comrel-4a9ca6641e46a0189fa2f3e347c1beaed309aa3c.tar.bz2
comrel-4a9ca6641e46a0189fa2f3e347c1beaed309aa3c.zip
ebuild-maintainer-quiz: adjust the GCC question (p3q12.) slightly
- make it clearer it's not about supporting some ancient deprecating GCC, - try to hint there are scenarios when this check can be skipped (suggested by sam). Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'recruiters')
-rw-r--r--recruiters/quizzes/ebuild-maintainer-quiz.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/recruiters/quizzes/ebuild-maintainer-quiz.txt b/recruiters/quizzes/ebuild-maintainer-quiz.txt
index 7e78f0a..b636913 100644
--- a/recruiters/quizzes/ebuild-maintainer-quiz.txt
+++ b/recruiters/quizzes/ebuild-maintainer-quiz.txt
@@ -386,9 +386,9 @@ docs: devmanual
docs: devmanual
-12. Your package fails to build with older versions of GCC (e.g. GCC < 4.7).
- How do you ensure that the user uses an appropriate compiler to build the
- package? Under which circumstances should you avoid this check and how?
+12. "Your package fails to build after a minor GCC update, e.g. from 9.2 to 9.3.
+ How will you handle this? List possible methods and write ebuild code
+ example(s)."
docs: devmanual