Eval Exec
Eval Exec
Hello, I executed `make build-windows-2022-libvirt`, and it got this error: ```bash ➜ windows-vagrant git:(master) make build-windows-2022-libvirt ./provision-drivers.sh mkdir -p "$(dirname tmp/windows-2022/autounattend.xml)" cp -f windows-2022/autounattend.xml tmp/windows-2022/autounattend.xml if [ -n '' ];...
Hello, thanks for the project, it helps me a lot. In below screenshot, you can see I execute `make build-windows-2022-libvirt`, and it downloaded `virtio-win-0.1.285.iso`, but my system is missing `7z`....
```bash ❯ cat Vagrantfile --no-pager # -*- mode: ruby -*- # vi: set ft=ruby : # All Vagrant configuration is done below. The "2" in Vagrant.configure # configures the configuration...
Hello, I first execute 1. `sudo ./main.py hack nodataperm` 2. `sudo ./main.py remove nodataperm` it got: ```bash ❯ sudo ./main.py remove nodataperm ok Traceback (most recent call last): File "/home/exec/Projects/github.com/casualsnek/waydroid_script/./main.py",...
### What problem does this PR solve? Issue Number: close #4921 Problem Summary: ### What is changed and how it works? ```bash + rm -rf /tmp/a + rm -rf /tmp/export...
### What problem does this PR solve? For rich-indexer, we don't really need to insert uncle block related info into database. This PR remove the related logic. ### Related changes...
Benchmark results show ~4% performance slowdown in CKB due to the update to [email protected] compared to the previous version. https://github.com/tokio-rs/tokio/issues/7692 A fix addressing this slowdown has been merged upstream and...
### What problem does this PR solve? Wait https://github.com/nervosnetwork/ckb-docker-builder/pull/34 ### Related changes - Upgrade rust toolchain from 1.85.0 to 1.91.0 ### Check List Tests - Unit test - Integration test...
### What problem does this PR solve? This PR want to load/store Headers from/into ckb-rocksdb ### What is changed and how it works? Proposal: [xxx](url) Design doc: TODO What's Changed:...
### What problem does this PR solve? cherry-pick https://github.com/nervosnetwork/ckb/pull/4982 ### Check List Tests - Unit test - Integration test - Manual test (add detailed scripts or steps below) - No...