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

Master branch failing to build. #4

Open
rchatham opened this issue Jul 27, 2018 · 1 comment
Open

Master branch failing to build. #4

rchatham opened this issue Jul 27, 2018 · 1 comment

Comments

@rchatham
Copy link

After pulling and creating both .private-key.pem, .public-key.pem, and Makefile-secrets the repository is failing to build.

  1. Run make images_build
  2. Run make env_start
  3. Run make web_build

I believe the ibmcom/kitura-ubuntu:latest image may be using a newer version of swift as a possible issue?

@rchatham
Copy link
Author

rchatham commented Jul 27, 2018

I'm getting a bunch of issues around the use of someString.characters and it also gives the following error.

/src/.build/checkouts/Kitura.git-558333843415230329/Sources/Kitura/staticFileServer/FileServer.swift:96:48: error:
 cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
                                  isDirectory: isDirectoryBool, response: response)
                                               ^~~~~~~~~~~~~~~
/src/.build/checkouts/Kitura.git-558333843415230329/Sources/Kitura/staticFileServer/FileServer.swift:134:21: error
: cannot convert value of type 'ObjCBool' to expected argument type 'Bool'
                if !isDirectoryBool {
                    ^~~~~~~~~~~~~~~

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

No branches or pull requests

1 participant