travis: update the esp-open-sdk version used.
This commit is contained in:
parent
ce298e1e23
commit
91e89001c3
1 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: c
|
||||||
sudo: false
|
sudo: false
|
||||||
env:
|
env:
|
||||||
# Target commit for https://github.com/pfalcon/esp-open-sdk/
|
# Target commit for https://github.com/pfalcon/esp-open-sdk/
|
||||||
OPENSDK_COMMIT=a48b12f
|
OPENSDK_COMMIT=b069537
|
||||||
CROSS_ROOT="${HOME}/toolchain-${OPENSDK_COMMIT}"
|
CROSS_ROOT="${HOME}/toolchain-${OPENSDK_COMMIT}"
|
||||||
CROSS_BINDIR="${CROSS_ROOT}/bin"
|
CROSS_BINDIR="${CROSS_ROOT}/bin"
|
||||||
CROSS="ccache xtensa-lx106-elf-"
|
CROSS="ccache xtensa-lx106-elf-"
|
||||||
|
@ -32,6 +32,7 @@ addons:
|
||||||
- python-serial
|
- python-serial
|
||||||
- sed
|
- sed
|
||||||
- git
|
- git
|
||||||
|
- help2man
|
||||||
- vim-common
|
- vim-common
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue