Re: [PATCH] ci: Add a linux CI

2023-07-12 Thread Tal Regev via Gcc-patches
ote: > >> Description: adding a ci in a github repo. Everytime a user will do a PR >> to >> master branch or releases branches, it will activate the ci on their repo. >> for example: https://github.com/talregev/gcc/pull/1. Can help users to >> verify their own changes b

Re: [PATCH] ci: Add a linux CI

2023-07-12 Thread Christophe Lyon via Gcc-patches
om/talregev/gcc/pull/1. Can help users to > verify their own changes before submitting a patch. > > ChangeLog: Add a linux CI > > Bootstrapping and testing: I tested it on linux with > host: x86_64-linux-gnu > target: x86_64-linux-gnu > some tests are failing. You can see th

[PATCH] ci: Add a linux CI

2023-07-09 Thread Tal Regev via Gcc-patches
Description: adding a ci in a github repo. Everytime a user will do a PR to master branch or releases branches, it will activate the ci on their repo. for example: https://github.com/talregev/gcc/pull/1. Can help users to verify their own changes before submitting a patch. ChangeLog: Add a linux