servo/python/servo
Simon Sapin 33651a94ed Upgrade Xargo to v0.3.22
This includes a “Fix for changed rustc directory layout.” change:
https://github.com/japaric/xargo/blob/master/CHANGELOG.md#v0322---2020-07-29

We use Xargo to compile rust-std for Windows UWP targets.
I built `xargo.exe` on Taskcluster with task
https://community-tc.services.mozilla.com/tasks/IHwGq_ViRpGuomBx82XmpQ
created through https://community-tc.services.mozilla.com/tasks/create
with this definition:

```yaml
provisionerId: proj-servo
workerType: win2016
schedulerId: taskcluster-github
created: '2021-01-25T19:39:29.952Z'
deadline: '2021-01-26T19:39:29.952Z'
expires: '2022-01-25T19:39:29.952Z'
payload:
  mounts:
    - file: rustup-init.exe
      content:
        url: https://win.rustup.rs/x86_64
  command:
    - '%HOMEDRIVE%%HOMEPATH%\rustup-init.exe --profile=minimal -y'
    - set PATH=%HOMEDRIVE%%HOMEPATH%\.cargo\bin;%PATH%
    - |-
      cargo install xargo --version 0.3.22
      copy %HOMEDRIVE%%HOMEPATH%\.cargo\bin\xargo.exe .
  artifacts:
    - name: public/xargo.exe
      path: xargo.exe
      type: file
      expires: '2022-01-25T15:07:23.782706Z'
  maxRunTime: 5400
metadata:
  name: Xargo build for Windows
  description: ''
  owner: infra@servo.org
  source: https://community-tc.services.mozilla.com/tasks/create
```

(Note the "update timestamps" button in the bottom-right menu.)

I then created a ZIP file that contains `xargo-v0.3.22/xargo.exe` and
uploaded it with `aws s3 cp ./xargo-v0.3.22.zip s3://servo-deps-2/msvc-deps/`
where our build system can find it.
2021-01-26 09:14:44 +01:00
..
lints Do not raise StopIteration: PEP 479 2020-06-20 21:46:28 +02:00
mutation Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
__init__.py Fix tidy issues with Python files in python/ 2015-06-02 19:51:41 -04:00
bootstrap.py Fix bootstrap error on Ubuntu 20.10 2021-01-14 20:00:20 +01:00
bootstrap_commands.py Use except Exception where Py2/3 disagrees 2020-06-21 04:30:23 +02:00
build_commands.py Use new S3 buckets 2020-11-11 21:02:51 +01:00
command_base.py Use new S3 buckets 2020-11-11 21:02:51 +01:00
devenv_commands.py Fix remaining flake8 warnings 2020-06-21 03:34:32 +02:00
gstreamer.py Fix gstreamer packaging on mac. 2020-11-13 11:55:56 -05:00
package_commands.py Use new S3 buckets 2020-11-11 21:02:51 +01:00
packages.py Upgrade Xargo to v0.3.22 2021-01-26 09:14:44 +01:00
post_build_commands.py Fix Gstreamer undefined symbol error 2020-07-02 21:04:05 +05:30
servo-binary-formula.rb.in Change servo homepage link to https 2018-11-27 19:01:20 +01:00
testing_commands.py Improve intermittent filtering 2020-08-04 21:42:53 +05:30
util.py fix zip extraction for python 3 2020-02-07 17:56:30 +09:00
win32_toast.py Add proper Win32 notification for builds 2016-08-17 09:50:58 -04:00