Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update Go to 1.11 #626

Merged
merged 1 commit into from Sep 17, 2018
Merged

update Go to 1.11 #626

merged 1 commit into from Sep 17, 2018

Conversation

AkihiroSuda
Copy link
Member

For consistency with Moby (moby/moby#37358)

Signed-off-by: Akihiro Suda suda.akihiro@lab.ntt.co.jp

@AkihiroSuda
Copy link
Member Author

Step 17/103 : RUN go build -ldflags "$(cat .tmp/ldflags) -d" -o /usr/bin/buildctl ./cmd/buildctl
 ---> Running in 3c3debf6e5de
# github.com/moby/buildkit/cmd/buildctl
/usr/local/go/pkg/tool/linux_amd64/link: $WORK/b009/_pkg_.a(_go_.o): cannot use dynamic imports with -d flag
runtime.exit_trampoline: relocation target libc_exit not defined
runtime.open_trampoline: relocation target libc_open not defined
runtime.close_trampoline: relocation target libc_close not defined
runtime.read_trampoline: relocation target libc_read not defined
runtime.write_trampoline: relocation target libc_write not defined
runtime.setitimer_trampoline: relocation target libc_setitimer not defined
runtime.madvise_trampoline: relocation target libc_madvise not defined
runtime.nanotime_trampoline: relocation target libc_mach_absolute_time not defined
runtime.nanotime_trampoline: relocation target libc_mach_timebase_info not defined
runtime.walltime_trampoline: relocation target libc_gettimeofday not defined
runtime.sigaction_trampoline: relocation target libc_sigaction not defined
runtime.sigprocmask_trampoline: relocation target libc_pthread_sigmask not defined
runtime.sigaltstack_trampoline: relocation target libc_sigaltstack not defined
runtime.raiseproc_trampoline: relocation target libc_getpid not defined
runtime.raiseproc_trampoline: relocation target libc_kill not defined
runtime.mmap_trampoline: relocation target libc_mmap not defined
runtime.mmap_trampoline: relocation target libc_error not defined
runtime.munmap_trampoline: relocation target libc_munmap not defined
runtime.usleep_trampoline: relocation target libc_usleep not defined
runtime.sysctl_trampoline: relocation target libc_sysctl not defined
/usr/local/go/pkg/tool/linux_amd64/link: too many errors
Removing intermediate container 3c3debf6e5de
The command '/bin/sh -c go build -ldflags "$(cat .tmp/ldflags) -d" -o /usr/bin/buildctl ./cmd/buildctl' returned a non-zero code: 2

😱

@tonistiigi
Copy link
Member

@AkihiroSuda We probably don't need the -d for the darwin binary that seems to be failing.

@AkihiroSuda AkihiroSuda force-pushed the update-golang branch 3 times, most recently from c605bd2 to 2821e93 Compare September 15, 2018 05:23
For consistency with Moby (moby/moby#37358)

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
@tonistiigi tonistiigi merged commit 80f959c into moby:master Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants