Skip to content

How to supply a different tmp directory? #87

@Kriskras99

Description

@Kriskras99
- name: Install paru using makepkg if it isn't installed already
  kewlfft.aur.aur:
    name: paru
    use: makepkg
    state: present
  become: true
  become_user: aur_builder

I'm trying to install paru, but the /tmp on my VPS is very small (only 460MB), so it fails with the following error:

error: failed to write /tmp/rustcLUEddL/lib.rmeta: No space left on device (os error 28)

error: could not compile `object` (lib) due to 1 previous error
==> ERROR: A failure occurred in build().
    Aborting...

Is there a way I can configure a different tmp directory?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions