Skip to content

Update the CI to use -Werror #694

@philberty

Description

@philberty

We are using github automations for our PR's. Now that we have working bootstrap build lets avoid regressions here by adding -Werror to our CI

This is how we configure our build for CI automation in PR's

- name: Configure
run: |
mkdir -p gccrs-build;
cd gccrs-build;
../configure \
--enable-languages=rust \
--disable-bootstrap \
--enable-multilib

Let's update this to add --enable-werror to catch warnings breaking the build again.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions