glibc-2.40.9.dadk 443 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "glibc",
  3. "version": "2.40.9",
  4. "description": "glibc",
  5. "rust_target": null,
  6. "task_type": {
  7. "BuildFromSource": {
  8. "Local": {
  9. "path": "apps/glibc"
  10. }
  11. }
  12. },
  13. "depends": [],
  14. "build": {
  15. "build_command": "make install"
  16. },
  17. "install": {
  18. "in_dragonos_path": "/"
  19. },
  20. "clean": {
  21. "clean_command": "cd build & make clean"
  22. },
  23. "envs": [],
  24. "build_once": true,
  25. "install_once": true
  26. }