2

Is it possible to select newer (than 16.04) toolchain on snapcraft.io with snapcraft.yaml options? Based on irc suggestion i tried base: core18, but it didn't work.

Currently, I'm making this snap locally using ubuntu 18.04. What i want to do is to trigger automated build on github commit. QT5 application like it is now cannot be built using 16.04 toolchain.

mspehar
  • 527
  • 1
  • 6
  • 19
  • I'm having the same issue. Specified base: core18, but it's still installing on core16. Not sure if there's an obvious step I'm missing here. – Michael Berry Nov 03 '18 at 13:17

1 Answers1

0

Seems that at the time of the question build service didnt have 18.04. Now the build works fine.

mspehar
  • 527
  • 1
  • 6
  • 19