Search Criteria
Package Details: exercism 3.0.13-1
Git Clone URL: | https://aur.archlinux.org/exercism.git (read-only, click to copy) |
---|---|
Package Base: | exercism |
Description: | Command line client for https://exercism.io |
Upstream URL: | https://github.com/exercism/cli |
Licenses: | |
Submitter: | squarfed |
Maintainer: | squarfed |
Last Packager: | tensor5 |
Votes: | 8 |
Popularity: | 0.96 |
First Submitted: | 2018-10-07 17:40 |
Last Updated: | 2020-01-03 12:54 |
Latest Comments
flacks commented on 2020-01-07 02:22
Hi there - Would you consider switching the dependency on
go-pie
togo
? You can still build PIE binaries by building exercism using:The first flag is what
go-pie
does by default. AIUI, according to this task https://bugs.archlinux.org/task/60928, it seems like some TUs want to eliminatego-pie
and havego
build PIE by default (and instead have ago-nopie
package in place for builds incompatible with PIE for some reason).The other 2 flags are meant to enable reproducible builds, and were referenced from https://wiki.archlinux.org/index.php/Go_package_guidelines#Flags_and_build_options. I can confirm by verifying with
namcap
that the three flags together produce reproducible binary builds.ekkelett commented on 2019-11-27 13:33
Here's a patch for an update to 3.0.13.
squarfed commented on 2018-10-08 10:08
There is another exercism package on aur, which ships the official binary. Instead this one builds from source.