Skip to content

Commit

Permalink
TOOL-22969 Add mold to development engines (delphix#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcd1193182 authored Sep 18, 2023
1 parent d597534 commit 0bdff1c
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
- llvm-12
- lsscsi
- mandoc
- mold
- nfs-kernel-server
- parted
- pkg-config
Expand Down Expand Up @@ -76,3 +77,14 @@
group: staff
state: directory
recurse: yes

- file:
path: "/export/home/delphix/.cargo/"
state: directory
owner: delphix
group: staff
- copy:
dest: "/export/home/delphix/.cargo/config.toml"
content: |
[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-B/usr/libexec/mold"]

0 comments on commit 0bdff1c

Please sign in to comment.