Skip to content

Setting autocrlf and safecrlf on workers #1453

Closed
@joyeecheung

Description

@joyeecheung

For context, see nodejs/reliability#12 and the minutes of the last build meeting #1448 It was agreed to fix those workers by configuring git to not fix the line breaks.

I'll fix the nodes manually by running

git config --global core.autocrlf false
git config --global core.safecrlf false

on nodes with trouble checking out files with CRLF.

Feel free to add nodes in the following list if you find a new worker with this issue or have fixed a worker

  • test-packetnet-ubuntu1604-arm64-2
  • test-softlayer-ubuntu1604_sharedlibs_container-x64-2
  • test-softlayer-ubuntu1604_sharedlibs_container-x64-5
  • test-softlayer-ubuntu1604_sharedlibs_container-x64-1
  • test-linuxonecc-rhel72-s390x-2
  • test-packetnet-centos7-arm64-2
  • test-joyent-smartos16-x64-1
  • test-digitalocean-ubuntu1604_sharedlibs_container-x64-1
  • test-packetnet-centos7-arm64-1
  • test-linuxonecc-rhel72-s390x-3
  • test-digitalocean-ubuntu1604_sharedlibs_container-x64-3
  • test-digitalocean-ubuntu1604_sharedlibs_container-x64-10

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions