代码拉取完成,页面将自动刷新
同步操作将从 Jay/pci-rs 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
build:
image: registry.gitlab.com/robigalia/runner:latest
before_script:
- git submodule update --init --recursive
- git clone https://gitlab.com/robigalia/sel4-config ../sel4-config
- git clone --recursive https://gitlab.com/robigalia/sel4 ../sel4
script:
- cargo build
- pushd ../sel4
- make x86_defconfig
- popd
- "xargo build --target i686-sel4-robigalia"
- pushd ../sel4
- make x64_qemu_defconfig
- popd
- "xargo build --target x86_64-sel4-robigalia"
verify_signatures:
image: ubuntu:17.04
script:
- apt update
- apt install --assume-yes python-pexpect gnupg2 git
- git clone --depth=1 https://gitlab.com/robigalia/meta
- gpg2 --list-keys # to force it to create GNUPGHOME instead of racing in the pipe below
- (gpg2 --export --no-default-keyring --keyring ./meta/.gnupg/pubring.kbx || true) | gpg2 --import
- gpg2 --list-keys --fingerprint --fingerprint --verbose
- ./meta/verify-signatures.py HEAD ./meta/.mailmap
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。