{"id":20491161,"url":"https://github.com/openmw/openmw-deps-build","last_synced_at":"2026-02-24T23:06:33.824Z","repository":{"id":225726224,"uuid":"766683634","full_name":"OpenMW/openmw-deps-build","owner":"OpenMW","description":null,"archived":false,"fork":false,"pushed_at":"2026-02-24T01:18:55.000Z","size":80,"stargazers_count":0,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-02-24T08:03:47.367Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenMW.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":"2024-03-03T23:03:20.000Z","updated_at":"2026-02-24T01:19:01.000Z","dependencies_parsed_at":"2024-03-28T23:36:54.411Z","dependency_job_id":"e7551147-33ba-46ab-a261-976e953c6a35","html_url":"https://github.com/OpenMW/openmw-deps-build","commit_stats":null,"previous_names":["elsid/openmw-deps","elsid/openmw-deps-build"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/OpenMW/openmw-deps-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMW%2Fopenmw-deps-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMW%2Fopenmw-deps-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMW%2Fopenmw-deps-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMW%2Fopenmw-deps-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenMW","download_url":"https://codeload.github.com/OpenMW/openmw-deps-build/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenMW%2Fopenmw-deps-build/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29804267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2024-11-15T17:20:14.268Z","updated_at":"2026-02-24T23:06:33.819Z","avatar_url":"https://github.com/OpenMW.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"# openmw-deps-build\n\nThis is a repository to host CI jobs to build dependencies for OpenMW via vcpkg to be cached as binary artifacts at [https://gitlab.com/OpenMW/openmw-deps](https://gitlab.com/OpenMW/openmw-deps).\n\nJobs start automatically on push to master and automatically push archived artifacts to another git repository.\n\n[Vcpkg has system requirements](https://learn.microsoft.com/en-us/vcpkg/concepts/supported-hosts)\n\n## Secret Setup in CI for Testing\n\nYou can test the repo is working on your own fork using a deploy key and a gpg key you generate.\n\nTo make this work properly multiple [**secrets**](https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions) have to be configured:\n\n* `SSH_PRIVATE_KEY` with private SSH key allowed to push changes to repository specified via `PUSH_URL` variable (e.g. generated by `ssh-keygen`).\n  * You should use a deploy key setup on your fork of [https://gitlab.com/OpenMW/openmw-dep](https://gitlab.com/OpenMW/openmw-dep)\n* `GPG_PRIVATE_KEY` with private GPG key to sign commits with GPG signature (e.g. generated with `gpg --full-generate-key`).\n* `GPG_PRIVATE_KEY_PASSPHRASE` a passphrase for the `GPG_PRIVATE_KEY` to make it possible to use the GPG key (e.g. the value used during `gpg --full-generate-key`).\n  * You can generate a gpg key with the git author information used in CI. It does not need to be associated with any account.\n\nAlso the following [**variable**](https://docs.github.com/en/actions/learn-github-actions/variables) has to be set:\n\n* `PUSH_URL` with target SSH-based URL for `git push` command (e.g. `git@gitlab.com:OpenMW/openmw-deps.git` or your fork).\n\nAny pushes should create a branch/commit on the openmw-dep repo. However, the manifest file links will not work. You will need to create a tag/release for that to work.\n\n## Testing OpenMW with MacOS (for building on arm64 for arm64)\n\nYou need to install the following: `brew install autoconf autoconf-archive automake`\n\n1. `vcpkg install --overlay-ports=ports --overlay-triplets=triplets --triplet arm64-osx-dynamic --host-triplet arm64-osx-dynamic`\n1. `vcpkg export --x-all-installed --raw --output vcpkg-macos-test --output-dir DIRECTORY`\n\nYou will need to change the variables towards the top of the OpenMW `before_script.macos.sh` file to:\n\n```\nDEPENDENCIES_ROOT_PATH=\"/DIRECTORY/vcpkg-macos-test\"\n```\n\nYou will also need to change this:\n\n```bash\nif [[ \"${MACOS_AMD64}\" ]]; then\n    CMAKE_CONF_OPTS+=(\n        -D CMAKE_OSX_ARCHITECTURES=\"x86_64\"\n    )\nfi\n```\n\nto:\n\n```bash\nif [[ \"${MACOS_AMD64}\" ]]; then\n    VCPKG_TARGET_TRIPLET=\"x64-osx-dynamic\"\n    CMAKE_CONF_OPTS+=(\n        -D CMAKE_OSX_ARCHITECTURES=\"x86_64\"\n    )\nelse\n    VCPKG_TARGET_TRIPLET=\"arm64-osx-dynamic\"\nfi\n\nDEPENDENCIES_INSTALLED_PATH=\"$DEPENDENCIES_ROOT_PATH/installed/$VCPKG_TARGET_TRIPLET\"\n\nCMAKE_CONF_OPTS+=(\n    -D CMAKE_PREFIX_PATH=\"$DEPENDENCIES_INSTALLED_PATH;$QT_PATH\"\n    -D collada_dom_DIR=\"$DEPENDENCIES_INSTALLED_PATH/share/collada-dom\"\n    -DVCPKG_HOST_TRIPLET=\"$VCPKG_TARGET_TRIPLET\"\n    -DVCPKG_TARGET_TRIPLET=\"$VCPKG_TARGET_TRIPLET\"\n    -DCMAKE_TOOLCHAIN_FILE=\"$DEPENDENCIES_ROOT_PATH/scripts/buildsystems/vcpkg.cmake\"\n)\n```\n\nAnd you can update the path setting to just:\n\n```\nif [[ \"${MACOS_AMD64}\" ]]; then\n    QT_PATH=$(arch -x86_64 /bin/bash -c \"qmake -v | sed -rn -e 's/Using Qt version [.0-9]+ in //p'\")\nelse\n    QT_PATH=$(qmake -v | sed -rn -e \"s/Using Qt version [.0-9]+ in //p\")\nfi\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmw%2Fopenmw-deps-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmw%2Fopenmw-deps-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmw%2Fopenmw-deps-build/lists"}