{"id":16899998,"url":"https://github.com/runlevel5/v8-ppc64le","last_synced_at":"2026-04-12T04:38:55.141Z","repository":{"id":142032904,"uuid":"245794671","full_name":"runlevel5/v8-ppc64le","owner":"runlevel5","description":"A simple way to compile lib8 on Linux ppc64le","archived":false,"fork":false,"pushed_at":"2024-04-22T14:47:42.000Z","size":24358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T12:27:55.333Z","etag":null,"topics":["libv8","linux","ppc64le","ruby"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runlevel5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-03-08T10:32:46.000Z","updated_at":"2024-04-22T14:47:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"27eab878-bb8b-4778-ade7-2c09dbfbed87","html_url":"https://github.com/runlevel5/v8-ppc64le","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fv8-ppc64le","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fv8-ppc64le/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fv8-ppc64le/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Fv8-ppc64le/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runlevel5","download_url":"https://codeload.github.com/runlevel5/v8-ppc64le/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244610326,"owners_count":20480960,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["libv8","linux","ppc64le","ruby"],"created_at":"2024-10-13T17:51:14.692Z","updated_at":"2025-12-31T00:05:45.209Z","avatar_url":"https://github.com/runlevel5.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"The goal is to get those precious:\n\n* `libv8_libbase.a`\n* `libv8_libplatform.a`\n* `libv8_monolith.a`\n\nwhich are needed to build rubyjs/libv8 rubygem\n\nSo, here is the steps:\n\n1. You need a Linux ppc64le to play with \n2. Clone this repo\n3. Build the container image:\n\n```\n$ podman build . --tag=libv8\n```\n\nNOTE: you could use `docker` if you prefer\n\n4. Run the container:\n\n```\n$ mkdir -p /tmp/v8\n$ podman run -d -v /tmp/v8:/tmp/v8/out.gn/libv8 libv8\n$ cp /tmp/v8/obj/*.a /destination # wherever you want them\n```\n\nOn related topic, if you want to build libv8 rubygem, please follow these steps:\n\n```\n$ git clone https://github.com/rubyjs/libv8.git\n$ cd libv8\n$ mkdir -p vendor/v8/out.gn/libv8/obj\n$ cp /tmp/v8/obj/*.a vendor/v8/out.gn/libv8/obj/\n$ mv /tmp/v8/include vendor/v8/\n$ sed -i \"s/VERSION.*/VERSION\\ =\\ \\\"7.3.495.0\\\"/g\" lib/libv8/version.rb # update version to match the v8\n$ sed -i \"s/task\\ :binary\\ =\u003e.*/task\\ :binary\\ do/g\" Rakefile # skip the :compile step\n$ bundle exec rake binary # the built gem is placed in pkg/libv8-7.3.495-powerpc64le-linux.gem\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Fv8-ppc64le","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunlevel5%2Fv8-ppc64le","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Fv8-ppc64le/lists"}