Skip to content

Commit

Permalink
[gh_cli] Do not remove Windows (#8216)
Browse files Browse the repository at this point in the history
[skip build] because we can't build it [skip ci]
  • Loading branch information
giordano authored Feb 28, 2024
1 parent d4b45cf commit e8ca164
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions G/gh_cli/build_tarballs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,12 @@ sources = [
script = raw"""
cd $WORKSPACE/srcdir/cli
go build -v ./cmd/gh
mkdir ${bindir}
mv gh${exeext} ${bindir}/gh${exeext}
install -Dvm 755 gh${exeext} ${bindir}/gh${exeext}
"""

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = supported_platforms()
# We disable Windows because the Go compiler reports an internal error there:
# `<unknown line number>: internal compiler error: assertion failed`
filter!(!Sys.iswindows, platforms)

# The products that we will ensure are always built
products = [
Expand Down

0 comments on commit e8ca164

Please sign in to comment.