Skip to content

Commit

Permalink
nimrod: use agent 1.4.1 and drop i686 agent
Browse files Browse the repository at this point in the history
  • Loading branch information
vs49688 committed Sep 26, 2020
1 parent ce227e1 commit d2b3107
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions nimrod/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,9 @@ jobs — millions if need be.
packageInstallDir = '/usr/share/nimrod'
packageConfigDir = '/etc/xdg/nimrod'

agentVersion = '1.4.0'
agentVersion = '1.4.1'
agentList = [
[platform:'x86_64-pc-linux-musl', sha256:'1eeddbdcea171ecebd54f8f2c5f1a7ccb2bb23a1ea05b7877218fe769417a4b0'],
[platform:'i686-pc-linux-musl', sha256:'692ecd3fc468116fb78e182e2602dd1c76a5b2cbcf20a4241e20838ac10e75d3']
[platform:'x86_64-pc-linux-musl', sha256:'96a1c996fe8455425610b153763e821aa67306b39690d71928c319d542848166'],
]
}

Expand Down
1 change: 0 additions & 1 deletion nimrod/setup-defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ no_verify_host=false

[agents]
x86_64-pc-linux-musl=/usr/share/nimrod/agents/agent-x86_64-pc-linux-musl
i686-pc-linux-musl=/usr/share/nimrod/agents/agent-i686-pc-linux-musl

[agentmap]
Linux,x86_64=x86_64-pc-linux-musl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ storedir=${workdir}/experiments

; [agents]
; x86_64-pc-linux-musl=/usr/share/nimrod/agents/agent-x86_64-pc-linux-musl
; i686-pc-linux-musl=/usr/share/nimrod/agents/agent-i686-pc-linux-musl

; [agentmap]
; Linux,x86_64=x86_64-pc-linux-musl
Expand Down

0 comments on commit d2b3107

Please sign in to comment.