From 4a9ca6641e46a0189fa2f3e347c1beaed309aa3c Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Wed, 13 Apr 2022 15:27:13 +0300 Subject: 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 --- recruiters/quizzes/ebuild-maintainer-quiz.txt | 6 +++--- 1 file 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 -- cgit v1.2.3-65-gdbad