diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-02-13 05:10:58 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-02-13 05:10:58 +0300 |
commit | 502a2ab29dcc530969f0dbe0958bbea536391aad (patch) | |
tree | 584b47f7d282c60f55684b7ad899a47e95e11616 /tools/ci/jobs/gccsnapshot.sh | |
parent | 848ee811b3854e5443a8353f06f0acb7507fff42 (diff) | |
download | evol-hercules-502a2ab29dcc530969f0dbe0958bbea536391aad.tar.gz evol-hercules-502a2ab29dcc530969f0dbe0958bbea536391aad.tar.bz2 evol-hercules-502a2ab29dcc530969f0dbe0958bbea536391aad.tar.xz evol-hercules-502a2ab29dcc530969f0dbe0958bbea536391aad.zip |
add exception flag to gcc snapshot build job.
Diffstat (limited to 'tools/ci/jobs/gccsnapshot.sh')
-rwxr-xr-x | tools/ci/jobs/gccsnapshot.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ci/jobs/gccsnapshot.sh b/tools/ci/jobs/gccsnapshot.sh index 97fffaf..5e49d3e 100755 --- a/tools/ci/jobs/gccsnapshot.sh +++ b/tools/ci/jobs/gccsnapshot.sh @@ -15,5 +15,7 @@ aptget_install gcc-snapshot \ do_init build_init +# look like in gcc snapshot bug in this flag +export CFLAGS="-Wno-restrict" run_configure $* run_make |