{"id":48640400,"url":"https://github.com/visualdoj/build-fpc-bundle","last_synced_at":"2026-04-18T14:12:15.716Z","repository":{"id":62269869,"uuid":"373423705","full_name":"visualdoj/build-fpc-bundle","owner":"visualdoj","description":"A workflow for building free pascal compiler bundles ready for github environments","archived":false,"fork":false,"pushed_at":"2026-04-11T18:43:19.000Z","size":3393,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-11T20:29:45.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/visualdoj.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-06-03T07:46:00.000Z","updated_at":"2026-04-11T08:50:51.000Z","dependencies_parsed_at":"2023-02-18T10:32:11.664Z","dependency_job_id":null,"html_url":"https://github.com/visualdoj/build-fpc-bundle","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/visualdoj/build-fpc-bundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualdoj%2Fbuild-fpc-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualdoj%2Fbuild-fpc-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualdoj%2Fbuild-fpc-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualdoj%2Fbuild-fpc-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/visualdoj","download_url":"https://codeload.github.com/visualdoj/build-fpc-bundle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/visualdoj%2Fbuild-fpc-bundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31779947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T02:24:21.117Z","status":"ssl_error","status_checked_at":"2026-04-14T02:24:20.627Z","response_time":153,"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":[],"created_at":"2026-04-09T18:19:34.434Z","updated_at":"2026-04-14T03:01:38.410Z","avatar_url":"https://github.com/visualdoj.png","language":"Python","readme":"# FPC Bundle Builder\n\nAutomated portable builds of Free Pascal Compiler from GitLab sources.\n\n## Workflow Architecture\n\n```\n┌─────────────────────────┐     ┌─────────────────────────┐\n│  check-fpc-updates.yml  │     │   scheduled-builds.yml  │\n│  (every 6 hours)        │     │  (daily/weekly)         │\n│                         │     │                         │\n│  Checks GitLab for      │     │  Runs on fixed schedule │\n│  NEW commits only       │     │  regardless of commits  │\n└───────────┬─────────────┘     └───────────┬─────────────┘\n            │                               │\n            │  (only if new commits)        │  (always)\n            ▼                               ▼\n        ┌───────────────────────────────────────┐\n        │         build-orchestrator.yml        │\n        │                                       │\n        │  - Concurrency control                │\n        │  - Decides which tiers to build       │\n        │  - Creates release with manifest      │\n        └───────────────────┬───────────────────┘\n                            │\n            ┌───────────────┼───────────────┐\n            ▼               ▼               ▼\n    ┌───────────┐   ┌───────────┐   ┌───────────┐\n    │build-fpc- │   │build-fpc- │   │run-fpc-   │\n    │host.yml   │   │cross.yml  │   │tests.yml  │\n    │(3x: Win,  │   │(3x: Win,  │   │(3x: Win,  │\n    │Linux,Mac) │   │Linux,Mac) │   │Linux,Mac) │\n    └───────────┘   └───────────┘   └───────────┘\n```\n\n## Build Tiers\n\n| Tier  | Targets                                       | Schedule      |\n|-------|-----------------------------------------------|---------------|\n| tier1 | Core targets (win32, win64, linux, darwin)    | Every build   |\n| tier2 | Common targets (android, ios, freebsd, wasm)  | Daily         |\n| tier3 | Extended targets (m68k, avr, z80, etc.)       | Weekly        |\n\n## Configuration\n\n- `fpc-config/versions.json` - FPC versions to build\n- `fpc-config/targets.json` - Cross-compiler targets by tier\n\n## Releases\n\nEach FPC version gets one release (e.g., `v3.2.3-latest`) containing:\n- Host compilers for Windows, Linux, macOS\n- Cross-compilers for all built targets\n- `manifest.json` for external discovery\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualdoj%2Fbuild-fpc-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvisualdoj%2Fbuild-fpc-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvisualdoj%2Fbuild-fpc-bundle/lists"}