{"id":17442800,"url":"https://github.com/ariya/hello-c90","last_synced_at":"2026-03-11T07:01:39.302Z","repository":{"id":66341565,"uuid":"198309301","full_name":"ariya/hello-c90","owner":"ariya","description":"Hello world in C90 (ANSI C) built for Intel/AMD, PowerPC, System z, ARM, MIPS, RISC-V","archived":false,"fork":false,"pushed_at":"2024-08-02T18:27:23.000Z","size":81,"stargazers_count":18,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-30T06:35:25.215Z","etag":null,"topics":["amd","ansi-c","arm","c","c90","clang","continous-integration","digital-mars","gcc","intel","mips","multi-platform","powerpc","ppc64","ppc64le","risc-v","riscv","tcc","visual-studio"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ariya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-22T22:13:06.000Z","updated_at":"2024-08-02T18:27:13.000Z","dependencies_parsed_at":"2024-10-21T14:33:01.340Z","dependency_job_id":null,"html_url":"https://github.com/ariya/hello-c90","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ariya/hello-c90","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Fhello-c90","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Fhello-c90/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Fhello-c90/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Fhello-c90/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ariya","download_url":"https://codeload.github.com/ariya/hello-c90/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ariya%2Fhello-c90/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["amd","ansi-c","arm","c","c90","clang","continous-integration","digital-mars","gcc","intel","mips","multi-platform","powerpc","ppc64","ppc64le","risc-v","riscv","tcc","visual-studio"],"created_at":"2024-10-17T16:33:36.390Z","updated_at":"2026-03-11T07:01:39.285Z","avatar_url":"https://github.com/ariya.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Continuous Integration for C90 (ANSI C)\n\n[![GitHub license](https://img.shields.io/github/license/ariya/hello-c90)](https://github.com/ariya/hello-c90/blob/master/LICENSE)\n\nThis demonstrates the use of [Github Actions](https://help.github.com/en/actions) to run CI for a different number of combinations of system architectures, operating systems, and C compilers.\n\n### Supported Systems\n\nFor more details, check the corresponding [GitHub Actions build logs](https://github.com/ariya/hello-c90/actions).\n\nNote that CPU architectures in the triplets (e.g. `amd64`) follow the [Debian naming scheme](https://www.debian.org/ports/).\n\n|                    |                                                                                                            |                                                                                                                        |                                                                                                |\n|--------------------|-----------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------------------------------:|-----------------------------------------------------------------------------------------------:|\n| **amd64**          | **Linux**                                                                                                  | **Windows**                                                                                                            | **macOS**                                                                                      |\n|                GCC | ![amd64_linux_gcc](https://github.com/ariya/hello-c90/workflows/amd64_linux_gcc/badge.svg)                 | ![amd64_windows_gcc](https://github.com/ariya/hello-c90/workflows/amd64_windows_gcc/badge.svg)                         | ![amd64_macos_gcc](https://github.com/ariya/hello-c90/workflows/amd64_macos_gcc/badge.svg)     |\n|                    |                                                                                                            | ![amd64_windows_gcc_cross](https://github.com/ariya/hello-c90/actions/workflows/amd64_windows_gcc_cross.yml/badge.svg) |                                                                                                |\n|              Clang | ![amd64_linux_clang](https://github.com/ariya/hello-c90/workflows/amd64_linux_clang/badge.svg)             | ![amd64_windows_clang](https://github.com/ariya/hello-c90/workflows/amd64_windows_clang/badge.svg)                     | ![amd64_macos_clang](https://github.com/ariya/hello-c90/workflows/amd64_macos_clang/badge.svg) |\n|             TinyCC | ![amd64_linux_tcc](https://github.com/ariya/hello-c90/workflows/amd64_linux_tcc/badge.svg)                 | ![amd64_windows_tcc](https://github.com/ariya/hello-c90/workflows/amd64_windows_tcc/badge.svg)                         |                                                                                                |\n|            VS 2019 |                                                                                                            | ![amd64_windows_vs2019](https://github.com/ariya/hello-c90/workflows/amd64_windows_vs2019/badge.svg)                   |                                                                                                |\n| **i686**           | **Linux**                                                                                                  | **Windows**                                                                                                            | **macOS**                                                                                      |\n|                GCC | ![i686_linux_gcc](https://github.com/ariya/hello-c90/workflows/i686_linux_gcc/badge.svg)                   | ![i686_windows_gcc](https://github.com/ariya/hello-c90/actions/workflows/i686_windows_gcc.yml/badge.svg)               |                                                                                                |\n|                    |                                                                                                            | ![i686_windows_gcc_cross](https://github.com/ariya/hello-c90/actions/workflows/i686_windows_gcc_cross.yml/badge.svg)   |                                                                                                |\n|              Clang | ![i686_linux_clang](https://github.com/ariya/hello-c90/workflows/i686_linux_clang/badge.svg)               | ![i686_windows_clang](https://github.com/ariya/hello-c90/workflows/i686_windows_clang/badge.svg)                       |                                                                                                |\n|             TinyCC | ![i686_linux_tcc](https://github.com/ariya/hello-c90/workflows/i686_linux_tcc/badge.svg)                   | ![i686_windows_tcc](https://github.com/ariya/hello-c90/workflows/i686_windows_tcc/badge.svg)                           |                                                                                                |\n|            VS 2019 |                                                                                                            | ![i686_windows_vs2019](https://github.com/ariya/hello-c90/workflows/i686_windows_vs2019/badge.svg)                     |                                                                                                |\n|       Digital Mars |                                                                                                            | ![i686_windows_dm](https://github.com/ariya/hello-c90/workflows/i686_windows_dm/badge.svg)                             |                                                                                                |\n| **i586**           | **Linux**                                                                                                  | **DOS**                                                                                                                |                                                                                                |\n|                GCC |                                                                                                            | ![i586_dos_gcc_cross](https://github.com/ariya/hello-c90/workflows/i586_dos_gcc_cross/badge.svg)                        |                                                                                                |\n|                    | **Linux**                                                                                                  |                                                                                                                        |                                                                                                |\n| **arm64**          |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![arm64_linux_gcc](https://github.com/ariya/hello-c90/workflows/arm64_linux_gcc/badge.svg)                |                                                                                                                        |                                                                                                |\n| **armhf**          |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![armhf_linux_gcc](https://github.com/ariya/hello-c90/workflows/armhf_linux_gcc/badge.svg)                |                                                                                                                        |                                                                                                |\n| **powerpc**        |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![powerpc_linux_gcc](https://github.com/ariya/hello-c90/workflows/powerpc_linux_gcc/badge.svg)            |                                                                                                                        |                                                                                                |\n| **ppc64(le)**      |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![ppc64_linux_gcc](https://github.com/ariya/hello-c90/workflows/ppc64_linux_gcc/badge.svg)                |                                                                                                                        |                                                                                                |\n|                GCC |  ![ppc64le_linux_gcc](https://github.com/ariya/hello-c90/workflows/ppc64le_linux_gcc/badge.svg)            |                                                                                                                        |                                                                                                |\n| **s390x**          |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![s390x_linux_gcc](https://github.com/ariya/hello-c90/workflows/s390x_linux_gcc/badge.svg)                |                                                                                                                        |                                                                                                |\n| **mips(el)**       |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![mipsel_linux_gcc](https://github.com/ariya/hello-c90/workflows/mipsel_linux_gcc/badge.svg)              |                                                                                                                        |                                                                                                |\n|                GCC |  ![mips_linux_gcc](https://github.com/ariya/hello-c90/workflows/mips_linux_gcc/badge.svg)                  |                                                                                                                        |                                                                                                |\n| **mips64(el)**     |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![mips64el_linux_gcc](https://github.com/ariya/hello-c90/workflows/mips64el_linux_gcc/badge.svg)          |                                                                                                                        |                                                                                                |\n|                GCC |  ![mips64_linux_gcc](https://github.com/ariya/hello-c90/workflows/mips64_linux_gcc/badge.svg)              |                                                                                                                        |                                                                                                |\n| **riscv**          |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![riscv_linux_gcc](https://github.com/ariya/hello-c90/workflows/riscv_linux_gcc/badge.svg)                |                                                                                                                        |                                                                                                |\n| **riscv64**        |                                                                                                            |                                                                                                                        |                                                                                                |\n|                GCC |  ![riscv64_linux_gcc](https://github.com/ariya/hello-c90/workflows/riscv64_linux_gcc/badge.svg)            |                                                                                                                        |                                                                                                |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariya%2Fhello-c90","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fariya%2Fhello-c90","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fariya%2Fhello-c90/lists"}