Skip to content
#

build

Here are 1,410 public repositories matching this topic...

Forgind
Forgind commented Nov 9, 2019

There seems to be a problem with nodemode (an internal flag) without an argument.
I set MSBUILDDEBUGONSTART to 1 and built a project that referenced two other libraries using the command:
<path to MSBuild.exe> <path to project file> /m /nodemode /nodereuse:false

Expected behavior: useful error message about how nodemode works.
Actual behavior: unexpected bug with a message asking me to fil

mootari
mootari commented Dec 28, 2017

Assemble's highly modular nature makes it difficult to discover methods that are added via mixins or inheritance. For example, .use and .define are provided by Base and implicitely added through Templates.

It would be a huge help to have some basic, generated JSDocs that incorporate all of the default packages. JSDoc provides the @mixinand [`@mix

JasonGore
JasonGore commented Aug 19, 2019

Issues and ideas for improvement:

  • Docs show how to define and run tasks, but how do you integrate them into the build process?
  • Difference between scripts and tasks? Between just-script and just-task? When do you need one, other or both?
  • Steps for integrating with existing repos/monorepos.
  • Monorepo doc page still refers to npm.
  • JS examples seem to be using 'import' and other invalid
rushstack
sadsa
sadsa commented Dec 1, 2019

Please prefix the issue title with the project name i.e. [rush], [api-extractor] etc.

Is this a feature or a bug?

  • Feature
  • Bug

Please describe the actual behavior.

Received the following error when following the installation instructions.

api-extractor run --local --verbose

Error: Unable to create the API report file. Please make sure the target fold
sam-falvo
sam-falvo commented Jan 2, 2020

This is a feature request for the website, more than for Please.Build itself.

Please.build has terrible search-ability on the Internet. Any attempts to find projects which use plz falls flat. Attempting to use plz in my own project (which has both Python executables and C executables) results in errors which are not helpful to me as a beginning user. I don't know if I've uncovered some kind

psteckler
psteckler commented Nov 10, 2018

I have an OCaml library that gets built by dune, which calls code in a Linux dynamic library (using the Ctype.Foreign mechanism). I have other OCaml code that calls this OCaml library, from which dune builds an executable. That executable shows errors when it's run, unless I add flags to the dune file so that the OCaml compiler links against the Linux library (it's librocksdb.so).

The library

purplexa
purplexa commented Oct 31, 2019

Affected builder image

gcr.io/cloud-builders/gke-deploy)

Expected Behavior

When deploying a Kubernetes Deployment config that includes init containers, the images in the initContainers section of the config matching the image passed on the command line will have their versions updated to the version specified, same as what happens with the images in the containers section of t

mpdehaan
mpdehaan commented Dec 6, 2018

For easier sudo configuration with the sudo isolation plugin, we really want the vespene user to be in sudoers.

This is not something that the setup automation currently sets up.

We should at least add a note in the docs for this

bmuschko
bmuschko commented Jul 22, 2017

The plugin should align with other plugins in the Gradle ecosystem by generating artifacts in the $buildDir directory. For example test reports should be created in build/reports/tests/<task-name> and build/test-results/<task-name> instead of .gogradle/reports/<task-name>. Users familiar with Gradle would expect to find generated artifacts there.

Philmod
Philmod commented Apr 10, 2019

Affected builder image

remote-builder

Expected Behavior

The main build uses scp to copy files to the remote machine.

Actual Behavior

ssh: connect to host 35.238.52.245 port 22: Connection timed out

Additional Info

It's probably just a problem with the setup of the GCP project?

sallner
sallner commented Nov 4, 2019

docs.buildout.org/en/latest/
is not reachable via HTTPS as the certificate is only valid for readthedocs

Websites prove their identity via certificates. Firefox does not trust this site because it uses a certificate that is not valid for docs.buildout.org. The certificate is only valid for the following names: *.readthedocs.io, readthedocs.io

Is there an easy way to deploy a Let's Enc

Improve this page

Add a description, image, and links to the build topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the build topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.